Misc. Flashcards
AWS Management Console
- Lets manage and access individual AWS resources through a web-based user interface
AWS Resource Groups
- Enables you to create logical groups of resources based on factors such as tags, regions, resource types, or other criteria.
- Users can create custom groups that represent specific applications, environments (e.g., development, testing, production)
Group
composed of users where policies can be attached.
Policies
permissions granted to users
Roles
- Assumed by users
- Temporary
AWS Inspector
- An automated security assessment service
- Helps improve the security and compliance of applications
CloudFormation
- Allows you to use simple text files to model and provision
- Infrastructure as code
DMS
(Database Migration Service)
Used to migrate databases from on-premises database system into AWS
KMS
(Key Management Service)
Managed service that makes it easy to create and control the encryption keys
CloudHSM
(Hardware Security Module)
Enables you to easily generate and use your own encryption keys on the AWS Cloud
AWS Cost & Usage Report
- Lists AWS usage for each service category used by an account and its IAM users in an hourly or daily line items, any tags that have been activated for cost allocation purposes
AWS Server Migration Service (SMS)
- Agentless service
- Makes it easier and faster for you to migrate thousands of on-premises workloads to AWS
AWS Storage Gateway
- Connects on-premises software appliance with cloud-based storage
- Provides seamless integration with data security features between IT environment and AWS storage infrastructure
Amazon ElastiCache for Redis
- Fast in-memory data store that provides sub-millisecond latency to power IoT applications
Penetration Testing
The practice of testing a network or web application to find security vulnerabilities that an attacker could exploit
CloudFront
- Delivers content to end users with low latency
- Caches common responses
DynamoDB DAX
- In-memory cache for Dynamo
- Fully managed, highly available
- Used to reduce the latency of requests to a database from millisecond to microseconds
S3 pricing is based on 4 factors:
- The storage class you have chosen
- The total amount of data (gb) you’ve stored
- Data transfer out
- Number of requests
Amazon EMR
- Reliably handles a broad set of big data, log analysis, web indexing, data transformations (ETL), ML, financial analysis, bioinformatics
Amazon S3 Transfer Acceleration
Helps to read and write data to Amazon S3 over long geographic distances with low latency
CloudEndure
Enables you to migrate running machine images into Amazon EC2 with their data
AWS X-Ray
- Easily detect where high latencies are occurring
- Debugging service
Amazon Cognito
- Lets you add user sign-up, Sign-in, and access control to your web and mobile apps quickly and easily
- Lets users access applications through mobile devices using trusted identity providers like fb
Key design principles of AWS Cloud
- scalability
- disposable resources
- automation
- loose coupling
- managed services instead of servers
- flexible data storage options