Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 623 Bytes

File metadata and controls

37 lines (22 loc) · 623 Bytes

Ec2 Keypairs

An AWS CLI tutorial that demonstrates Ec2 operations.

Running

bash ec2-keypairs.sh

To auto-run with cleanup:

echo 'y' | bash ec2-keypairs.sh

What it does

  1. Creating RSA key pair
  2. Creating ED25519 key pair
  3. Describing key pairs
  4. Listing all tutorial key pairs

Resources created

  • Key Pair

The script prompts you to clean up resources when it finishes.

Cost

Free tier eligible for most operations. Clean up resources after use to avoid charges.

Related docs