AWS CLI Flashcards
What is the name of AWS’s command interface?
The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.
The ______ is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.
AWS Command Line Interface (CLI)
When planning to use AWS CLI, what’s the best practice in handling the permissions?
- Least Privilege
2. Use Groups
You will only see this once. You’ll have to delete them and regenerate them if you lose it. In AWS CLI, you will need to run “aws configure” command again.
Secret Access Key (and Access Key ID)
What two permissions-related bits of information do you need to connect to an EC2 instance via SSH?
Access Key ID and Secret Access Key
True or False: Each developer should have their own access key ID and secret access key.
True. Don’t share key pairs. They are like password and should never be shared.
The AWS CLI software supports what operating systems?
Linux, Windows and MacOS