DEV Community

Discussion on: Infrastructure Access for Feature teams?

Collapse
 
raphael_jambalos profile image
Raphael Jambalos

Hi Vinay, I do think this multi-account structure can be improved upon by adding tags on resources and giving devs write permissions for those tagged resources.

PRODUCTION

  • Junior Dev: Read only, write access only when applicable
  • Senior Dev: More access

DEV / QA

  • Junior Dev: Write access to resources with the appropriate tags
  • Senior Dev: Full Access, can provision resources

Resource: docs.aws.amazon.com/IAM/latest/Use...

Thread Thread
 
vinayhegde1990 profile image
Vinay Hegde

The suggestion of using tags & the shared documentation certainly helps, thank you Raphael!