AWS/ECS

[AWS ECS] Create AWS IAM

brightlightkim 2022. 3. 22. 07:56

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/get-set-up-for-amazon-ecs.html

 

Setting up with Amazon ECS - Amazon Elastic Container Service

The Amazon ECS console first run experience creates a security group for your instances and load balancer based on the task definition you use, so if you intend to use the Amazon ECS console, you can move ahead to the next section.

docs.aws.amazon.com

 

To sign in as this new IAM user, sign out of the AWS console, then use the following URL, where your_aws_account_id is your AWS account number without the hyphens (for example, if your AWS account number is 1234-5678-9012, your AWS account ID is 123456789012):

 
https://your_aws_account_id.signin.aws.amazon.com/console/

Enter the IAM user name and password that you just created. When you're signed in, the navigation bar displays "your_user_name @ your_aws_account_id".

 

If you don't want the URL for your sign-in page to contain your AWS account ID, you can create an account alias. From the top of the IAM dashboard, to the right of your sign-in link, choose Customize and enter an alias, such as your company name. To sign in after you create an account alias, use the following URL:

 
https://your_account_alias.signin.aws.amazon.com/console/

To verify the sign-in link for IAM users for your account, open the IAM console and check under IAM users sign-in link on the dashboard.

'AWS > ECS' 카테고리의 다른 글

[Amazon ECS] Using the awslogs log driver  (0) 2022.05.05
[AWS ECS] How to Create a Security Group?  (0) 2022.03.23
[AWS ECS] How to create a Key Pair in ECS?  (0) 2022.03.23
[AWS ECS] How to Create an IAM user  (0) 2022.03.23
[AWS ECS] Amazon ECS Basics  (0) 2022.03.22