Review Flashcards
(157 cards)
Monthly billing for lambda is based on what?
Execution request and the time is rounded to the nearest 100 ms.
which is a compulsory section in CFT
resources
Maximum size of an item in DynamoDB table
400KB
AWS service supports infrastructure as a code?
CloudFormation
a Load balancer can span across?
Multiple AZs
What can be used to provide internet connectivity to the resources residing in a private subnet?
Internet gateway.
CloudWatch
can not manually deleted.
DATA STORED IN A S3 CAN BE ACCESSED FROM?
anywhere across the internet.
By default, which of the following metrics are not supported by CLoudWatch?
Memory free/used.
which Services is used along with S3 to enable S3 Transfer Acceleration?
CloudFront
MySQL RDS instance
CAN NOT be stopped or paused. TO SAVE MONEY, the user needs to take the final snapshot, terminate the instance and launch a new instance in the future from that snapshot.
Elastic Load Balancing
use SSL certificate in order to improve your system security. use AWS identity and Access Management to upload your certificate to your load balancer.
SQS Time to live
1 minute to 2 weeks
SQS data size in a message
256KB
EBS Volume
it is required to mount the device when a user creates an EBS volume and attaches it as a device.
DynamoDb access
Amazon DynamoDB integrates with AWS Identity and Access Management(IAM). You can use AWS IAM to grant access to Amazon DynamoDB resources and API actions. To do this, you first write an AWS IAM policy, which is a document that explicitly lists the permissions you want to grant. you then attach that policy to an AWS IAM user or role.
Best suitable options to allow access to the log bucket.
Provide ACL for the logging group.
CloudFormation
gives developers and systems administrators an easy way to create and manage collections of AWS resources. you can now set ReadReplicas for your databases with RDS when you create a new cloudFormation template.
AWS RDS with multi AZ feature
the user can not provision the availability zone. RDS is launched automatically instead.
user need to specify whether it is multi AZ or not.
AWS Elastic Beanstalk
support multiple running environment.
Ec2-classic
AWS does not provide a fixed MAC address to the instances launched in ECs-classic. If the instance is launched as apart of EC2-VPC, it ca have an ENI which can have a fixed MAC. However, with EC2-CLassic, every time the instance is started or stopped it will have a new MAC address. To get this MAC, the orgAMzation can run a script on boot which can fetch the instance metadata and get the MAC address from that instance metadata.
IAM User
IAM users by default cannot change their password. the root owner or IAM administrator needs to set the policy in the password policy page, which should allow the user to change their password. Once it is enabled, the IAM user can always change heir passwords from the AWS console or CLI.
EBS volume
provides persistent data storage. the user cam attacj a volume to any instance provided they are both in the same AZ.
ReceiveMessageWaitTimeSeconds
when set to greater than zero enables long polling. Long polling allows the Amazon SQS service to wait until a message is available in the queue before sending a response.