Technology Flashcards
What would you use to get automatic notifications if your account spending goes over a certain amount?
A Billing Alarm will notify you if your account spending goes over a certain amount.
What is IAM used for?
Identity Access Management (IAM) is used for assigning roles and permissions to users
What is an API Gateway?
An API Gateway acts as a reverse proxy that accepts all API calls and aggregates them to the various services.
What is Athena?
Athena is a query service allowing you to analyse and query data located in S3 buckets.
What is Macie?
Macie is a security service that uses Machine Learning and NLP (Natural Language Processing) to discover, classify and protect sensitive data stored in S3.
It provides dashboards, reports and alerts and can also analyse and query Cloudtrail logs.
What is AWS Cognito?
Cognito provides authentication, authorisation and user management for web and mobile apps.
It allows users to sign-in either directly or through a 3rd party such as Facebook, Amazon, Google or Apple.
What are the two main components of AWS Cognito?
User pools and Identity pools are the main components of AWS Cognito
What are Cognito user pools?
User pools is a user directory for SaaS applications.
It provides sign-up and sign-in to web and mobile applications for your users
What are Cognito identity pools?
Identity pools enable you to grant your users access to other AWS services.
What is AWS Config?
AWS Config is a service that enables you to assess, audit and evaluate the configurations of your AWS resources.
Config allows you to identify changes to various resources over time
What are AWS Organisations?
AWS Organisations is an account management service that enables you to consolidate multiple AWS accounts into an organisation that you create and manage centrally
What is AWS Security Hub?
AWS Security Hub gives you a view of your high-priority security alerts and security posture across all your AWS accounts
What is AWS Transit Gateway?
Transit Gateway connects VPCs and on-premises networks through a central hub.
What is CloudFront?
CloudFront is a fast content delivery network (CDN) that delivers data and applications globally with low latency.
What is Cloudwatch?
Cloudwatch monitors your AWS resources and the applications that run on it.
Cloudwatch allows billing alarms to be created if your total cost exceeds a certain value
What does Cloudwatch use to notify in the event of an alarm being triggered?
Cloudwatch uses SNS topics to notify in the event of an alarm being triggered
What is the key difference between Cloudwatch and Cloudtrail?
Cloudwatch is about performance and Cloudtrail is about auditing
What is EBS?
EBS (Elastic Block Store) is a high-performance, block-storage service to store data on the cloud.
It can be seen as a virtual hard disk in the Cloud.
How can you use an EBS volume to create an image?
You can take a snapshot of your volumes to create images to provision new EC2 instances.
What is EC2?
EC2 is a web service that provides resizeable compute capacity in the Cloud.
What is a security group?
A security group acts as a virtual firewall that controls traffic into an instance allowing different types of traffic into named port numbers
What is a Network Access Control List (NACL) ?
A Network Access Control Lists work on subnets and allow you to block/blacklist certain ports or ip addresses
What are AMIs?
AMIs (Amazon Machine Image) are images that provide all the information required to launch an instance.
What are the two types of volumes that back AMIs?
The two storage types are Instance Store and EBS backed volumes.