How to setup Dev Test Prod AWS ENVs same Organization

0 votes

I am switching between different AWS environments by using the IAM role.
The three environments that I have assumed responsibility for are Dev, Test, and Prod.
The same permissions apply to those assumed roles, including EC2, S3,...

How therefore can I utilise IAM Policy to prevent users from touching the Prod role who trust the development and test roles? I make an effort to limit using the services' tags.
Is it the best course of action? Do you have any recommendations for doing this?

        "Condition": {
            "ForAllValues:StringEquals": {
                "aws:Environment": [
                    "dev",
                ]
            }
        }

Thanks in advance!

Dec 26, 2022 in AWS by Tejashwini
• 3,820 points

edited 6 days ago 10 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP