AWS Cloud Practicioner Flashcards
AWS Cloud Shell
AWS CLI in the browser
Pricing calculator
Allows to create an estimated price for an infrastructure (fe. the cost of 3 EC2 instances and 100GB of EBS for 1 year)
Billing Dashboard
Your bills for the previous months + forecast for the next month, less detailed
Cost explorer
Dashboard for filtering and sorting costs + forecast for the next 12 months, more detailed
Cost & Usage reports
Generates a regular .csv report (to an s3 bucket) about the costs of the AWS account, most detailed
Tags (Costs & Billing)
Adding tags to the resources will make the bills easier to read (fe. tagging instances by projects makes easier to see project total cost)
AWS Budget
Allow (email) notifications when you are near your budget, more complex, can work with forecasts
Billing alarms
Cloud watch based less complex version of budgets (notifications when you spent an amount of money), can’t work with forecasts (just the actual consumption)
Consolidated Billing
Creating a single bill for all accounts.
AWS Health dashboard
Lists all maintenance events effecting the used by the account (personal), also have a general version (every service)
Service quotas
You have some default limits for some resources (like number of EC2 instances)
Six pillars of cloud architecture (The Well-Architected Framework)
- Operational Excellence
- Security
- Reliability
- Performance Efficiency
- Cost optimisation
- Sustainability
The Well-Architected Tool
List of questions helping to evaluate the challenges during the designing phase of the application (how to follow the six pillars of cloud architecture)
Thrusted Advisor
Checks the system via Machine Learning to check does the system respects:
* Security
* Fault tolerance (similar to Reliability)
* Performance (similar to Performance Efficiency)
* Cost optimisation
* Service limits (similar to Sustainability)
Acceptable Use Policy
The list of forbidden actions via AWS
AWS Organisations
Allows to supervise user accounts from a centralised place
Service Control Policy
With Service Control Policies you can control which policies (and permissions) can be added to IAM users of an account (disabling root permissions is a good idea).
AWS Control Tower
It is technically a wizard which helps to set up the default best practices for AWS organisations
Cloud Formation
AWS-s built in Infrastructure as code Solution
Cloud Formation Designer
“Draw” an infrastructure as code template instead of writing it
AWS CDK
Allows you to write infrastructure as code via java/python/C# etc. code instead of .yaml or .json files
Resource Access manager
manage shared cloud resources
AWS Config
manage and control configurations on a central place
AWS Licence Manager
manage licences on multiple accounts