How can I get access to someone else’s AWS container with specific permissions?

0
3
Asked By CuriousCoder88 On

I'm still in college and really new to AWS, so I need some help understanding how to access an AWS container owned by someone else. I want the ability to view logs and potentially upload code, but I'm feeling overwhelmed by the information I've found online, especially regarding AWS security and IAM (Identity and Access Management). I've heard some concerning things about IAM users being a security risk, and I want to make sure I'm not adding any unnecessary charges to their account. What steps do I need to take to get access while keeping both my learning and their account safe?

2 Answers

Answered By CloudGuru99 On

Using an IAM role is a great idea! It allows you to temporarily assume permissions without giving your own user permanent access. Just make sure you communicate with the account owner on how to set that up. They can create an IAM role for you with the specific permissions you need to see logs and upload files. It’s a safer option than creating an IAM user, which can indeed be a security risk if not managed properly.

Answered By TechSupportSam On

It sounds like you really want to get the hang of this AWS thing! First off, make sure you know how the container is hosted and what logs you need access to. If the container is running on an EC2 instance, you'll want to confirm where those logs are being sent. For uploading code, the specific use case matters a lot. Are you just pushing updates or adding new features? Understanding that will help define your access requirements.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.