Topics from Practice Tests Flashcards
What is Lambda SnapStart
AWS Lambda SnapStart is a feature designed to improve the startup performance of AWS Lambda functions, specifically those written in Java. SnapStart reduces the cold start latency that can occur when a Lambda function is invoked for the first time or after a period of inactivity
AWS Cost Anomaly Detection
AWS Cost Management feature. This feature uses machine learning models to detect and alert on anomalous spend patterns in your deployed AWS services
AWS Control Tower
AWS Control Toweris a high-level service offering a straightforward way to set up and govern an AWS multi-account environment, following prescriptive best practices. AWS Control Towerorchestratesthe capabilities of several other AWS services, including AWS Organizations, AWS Service Catalog, and AWS IAM Identity Center, to build alanding zonein less than an hour.
Name Custom CloudWatch Metrics (MDDPL)
– Memory utilization
– Disk swap utilization
– Disk space utilization
– Page file utilization
– Log collection
FSx for Lustre
Amazon FSx For Lustrefor the first requirement, as it provides a high-performance, parallel file system for hot data.
Evaluate
100 All Traffic Allow
200 All Traffic Deny
* All Traffic Deny
The request above will be allowed. Rules are evaluated at the lowest level
True or False - RDS is used for OLTP
True - RDS is mainly used for On-Line Transaction Processing (OLTP) applications and not for Online Analytics Processing (OLAP)
What is RedShift
Amazon Redshift is a fully-managed, petabyte-scale data warehouse service in the Cloud. An Amazon Redshift data warehouse is a collection of computing resources called nodes, which are organized into a group called a cluster. Each cluster runs an Amazon Redshift engine and contains one or more databases.
Explain Cognito
Amazon Cognito provides authentication, authorization, and user management for your web and mobile apps. Your users can sign in directly with a user name and password or through a third party such as Facebook, Amazon, Google, or Apple. The two main components of Amazon Cognito are user pools and identity pools
Explain HSM
The AWS CloudHSM service helps you meet corporate, contractual, and regulatory compliance requirements for data security by using dedicated Hardware Security Module (HSM) instances within the AWS cloud.
Explain Audit Manager
AWS Audit Manager is an automated service that produces reports specific to auditors for PCI compliance, GDPR, and more.
True or False - You can change security groups if an instance is already running
True - After you launch an instance into a VPC, you can change the security groups that are associated with the instance. You can change the security groups for an instance when the instance is in the running or stopped state.
Explain Configuration of NACL
The default configuration of the default NACL is Allow, and the default configuration of a custom NACL is Deny.
True or False - Network ACLs are stateless, and security groups are stateful.
True
Explain Load Balancing and Instances
The load balancer routes requests only to the healthy instances. When the load balancer determines that an instance is unhealthy, it stops routing requests to that instance. The load balancer resumes routing requests to the instance when it has been restored to a healthy state.