Answers for "How will you use the AWS Management Console?"

1

view ecs on aws console

On the Services dropdown, click the 'Elastic Container Services' link under 'Containers' on the bottom right. 

Example: https://us-west-2.console.aws.amazon.com/ecs/home?region=us-west-2#/clusters.
Posted by: Guest on February-18-2021
0

aws cli

$ aws ec2 describe-instances



$ aws ec2 start-instances --instance-ids i-1348636c



$ aws sns publish --topic-arn arn:aws:sns:us-east-1:546419318123:OperationsError --message "Script Failure"



$ aws sqs receive-message --queue-url https://queue.amazonaws.com/546419318123/Test
Posted by: Guest on March-27-2020

Code answers related to "How will you use the AWS Management Console?"

Browse Popular Code Answers by Language