Amazon EC2 Operations: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
{{Internal|Amazon EC2 CLI|Amazon EC2 CLI}} | {{Internal|Amazon EC2 CLI|Amazon EC2 CLI}} | ||
=Instance Operations= | |||
==Describe Instances== | |||
aws [--region us-west-2] ec2 describe-instances [--instance-id ...] | |||
=Configure a Public DNS Name to an EC2 Instance= | =Configure a Public DNS Name to an EC2 Instance= |
Revision as of 17:05, 10 April 2019
Internal
EC2 CLI
Instance Operations
Describe Instances
aws [--region us-west-2] ec2 describe-instances [--instance-id ...]
Configure a Public DNS Name to an EC2 Instance
TODO
Load Balancing Operations
Key Pair Operations
It seems there is no way to create a Key pair as part of a CloudFormation template.
Create a Key Pair with Amazon Console
AWS -> EC2 -> Key Pairs -> Create Key Pair.