Design for New Solutions Flashcards
What types of attacks can AWS Shield Advance protect against
DDoS only
In AWS Service Catalog, what should you use to allow specifying a role for a product in the portfolio?
Launch constraints
Two ways to run containers on AWS
ECS or Kubernetes (EKS)
What Oracle licenses allow version 12c
SE2 or Enterprise
How to automatically purge DynamoDB entries after a certain amount of time
Set an attribute with the expiration time value and enable Time to Live on the DynamoDB table for that attribute
Best way to provide credentials to members of an IT Operations group to access EC2 instances
Configure IAM role access for AWS Systems Manager Session Manager
In AWS Service Catalog, what should you use to restrict the configuration parameters available for the user when they launch the product?
Template constraints
How do you define service actions for AWS Service Catalog?
With AWS System Manager documents
Tool for streaming and analyzing event logs?
Amazon OpenSearch Service using CloudWatch Logs and AWS Lambda
Tool to share data in S3 via AWS Marketplace
AWS Data Exchange
How to protect ECS from SQL injection attacks
AWS WAF on an Application Load Balancer
Database to use for fast analytic queries of time series data?
Amazon Timestream magnetic store
What do you do when you’re running into limitations with Amazon Kinesis Data Streams?
Use Amazon Managed Streaming Service for Kafka (Amazon MSK)
What is the correct CLI command to integrate a Lambda with API Gateway?
aws apigateway put-integration
How to use CloudFormation to deploy multiple stacks with one root stack and prevent them from sharing information outside of this stack group
Nested stacks
How to fix a DynamoDB table that has gotten too large
First, archive as much data as possible. Then, export the remaining data and import it into a new table.
Database to use for high throughput writes of time series data?
Amazon Timestream memory store
What tool to run and scale big data workloads?
Amazon EMR
For a cross team application, is it more efficient to use AWS CodePipeline in multiple team accounts or a single DevOps account?
A single DevOps account
When to use Amazon EKS over Amazon ECS with Fargate?
When you need your containerized applications to support an open-source API.
How to group EC2 instances for patching.
In AWS Systems Manager Patch Manager, create different patch groups using the tag key “Patch Group”
What must resources accessing an EFS file system have in common?
They must all be part of the same VPC.