How will you use the AWS Management Console? code example

Example 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.

Example 2: 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