"The hell" of accounts, permissions, IAM roles and grants on AWS
"The hell" of accounts, permissions, IAM roles and grants on AWS...
1.
IAM stands for Identity & Access Management.
2.
How do I add users to AWS?
Sign in to the AWS Management Console and open the IAM console at https://console.aws.amazon.com/iam/.
In the navigation pane, choose Users and then choose Add user.
Type the user name for the new user. ...
Select the type of access this set of users will have. ...
Choose Next: Permissions.
3.
Simply speaking:
We may have many Users on AWS Account.
A User may have policies.
A policy uses IAM service role.
We can add IAM permissions to a User and grant access in order to allow to run actions on AWS services...
See more:
4.
Taken from https://aws.amazon.com/ecs/faqs/:
Amazon Elastic Container Service (ECS) is a highly scalable, high performance container management service that supports Docker containers and allows you to easily run applications on a managed cluster of Amazon EC2 instances. Amazon ECS eliminates the need for you to install, operate, and scale your own cluster management infrastructure. With simple API calls, you can launch and stop container-enabled applications, query the complete state of your cluster, and access many familiar features like security groups, Elastic Load Balancing, EBS volumes and IAM roles. You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs and availability requirements. You can also integrate your own scheduler or third-party schedulers to meet business or application specific requirements.
No comments:
Post a Comment