Lab 3 2 AWS EC2 with CLI - max-gallagher/SYS-360 GitHub Wiki

Deliverables

Submit Screenshot: Use the describe-instances command to just output the instance-ids of running instances (Hint: "instance-id" (query) and "instance-state-name" (filter)

image image

Submit Screenshot: Use the describe-instances command to just output the instance-ids and public IP address of running instances (add query for PublicIpAddress - may need to study reference or google for syntax)

image image

Submit Screenshot: Use the describe-instances command to just output the instance-ids and public IP address of only Windows, running instances (Hint "platform") image image

Submit Screenshot: Connection to instance via RDP image

Submit Screenshot showing that the Instances are terminated image