AWS Certified Cloud Practitioner - BackSpace Academy - Udemy course
2020. 2. 13. 22:19 |
Great Udemy course for AWS Certifications
Amazon Web Services (AWS) Certified - 4 Certifications!
Quiz 1: Practice Exam - AWS Certified Cloud Practitioner
See: awstcocalculator.com
RDS can only scale manually.
FIFO queues are designed to ensure that the order in which messages are sent and received is strictly preserved and that each message is processed exactly once. See https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html
A stack is a collection of AWS resources that you can manage as a single unit. In other words, you can create, update, or delete a collection of resources by creating, updating, or deleting stacks. All the resources in a stack are defined by the stack's AWS CloudFormation template.
Root access should not be used and should have MFA enabled
Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. It moves data between distributed application components and helps you decouple these components.
SNS can send push notifications See: https://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html
Rule of thumb: Be a pessimist when designing architectures in the cloud; assume things will fail. In other words, always design, implement and deploy for automated recovery from failure. See: https://media.amazonwebservices.com/AWS_Cloud_Best_Practices.pdf
Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud. See: https://docs.aws.amazon.com/redshift/latest/mgmt/welcome.html
See: awstcocalculator.com
See: https://calculator.s3.amazonaws.com/index.html
See: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html
See: https://aws.amazon.com/ec2/spot/
See: https://aws.amazon.com/premiumsupport/trustedadvisor/
See: https://aws.amazon.com/inspector/
If you want the URL for your sign-in page to contain your company name (or other friendly identifier) instead of your AWS account ID, you can create an alias for your AWS account ID. See: https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html
When you create IAM policies, follow the standard security advice of granting least privilege—that is, granting only the permissions required to perform a task. See: https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege
A scaling plan tells Auto Scaling when and how to scale. For example, you can base a scaling plan on the occurrence of specified conditions (dynamic scaling) or on a schedule. An autoscaling policy defines how to scale and how much scaling to be applied. A scaling plan will reference a scaling policy.
By default, the “automatic rollback on error” feature is enabled. This will cause all AWS resources that AWS CloudFormation created successfully for a stack up to the point where an error occurred to be deleted. This is useful when, for example, you accidentally exceed your default limit of Elastic IP addresses, or you don’t have access to an EC2 AMI you’re trying to run. This feature enables you to rely on the fact that stacks are either fully created, or not at all, which simplifies system administration and layered solutions built on top of AWS CloudFormation.
See: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowCloudFrontWorks.html
AWS CloudTrail is an AWS service that helps you enable governance, compliance, and operational and risk auditing of your AWS account. Actions taken by a user, role, or an AWS service are recorded as events in CloudTrail. Events include actions taken in the AWS Management Console, AWS Command Line Interface, and AWS SDKs and APIs. See: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html
By default, Amazon EC2 sends metric data to CloudWatch in 5-minute periods. See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html
See: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
A database is a collection of Tables. An Table is a collection of items and each item is a collection of attributes.
You connect to your EC2 Windows instance using RDP. You connect to your EC2 Linux instance using SSH.
An instance store provides temporary block-level storage for your instance. This storage is located on disks that are physically attached to the host computer. Instance store is ideal for temporary storage of information that changes frequently, such as buffers, caches, scratch data, and other temporary content, or for data that is replicated across a fleet of instances, such as a load-balanced pool of web servers. See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html
See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html
Amazon EMR is a managed cluster platform that simplifies running big data frameworks, such as Apache Hadoop and Apache Spark, on AWS to process and analyze vast amounts of data. By using these frameworks and related open-source projects, such as Apache Hive and Apache Pig, you can process data for analytics purposes and business intelligence workloads. See: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-what-is-emr.html
See: https://aws.amazon.com/blogs/aws/archive-s3-to-glacier/
IAM is a feature of your AWS account offered at no additional charge. You will be charged only for use of other AWS services by your users.
An IAM group is a collection of IAM users. Groups let you specify permissions for multiple users, which can make it easier to manage the permissions for those users. See: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups.html
You can and should use an IAM role to manage temporary credentials for applications that run on an EC2 instance. When you use a role, you don't have to distribute long-term credentials (such as a user name and password or access keys) to an EC2 instance. See: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html
Amazon Kinesis Data Streams enables you to build custom applications that process or analyze streaming data for specialized needs. Kinesis Data Streams can continuously capture and store terabytes of data per hour from hundreds of thousands of sources such as website clickstreams, financial transactions, social media feeds, IT logs, and location-tracking events.
See: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.MultiAZ.html
When Multi-AZ is enabled on RDS, the standby replica instance will be located in a different availability zone.
A bucket name must be unique across all existing bucket names in Amazon S3. See: https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html
See: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html
See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html
Network ACLs operate at the subnet level and evaluate traffic entering and exiting a subnet. See: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_ACLs.html
See: https://aws.amazon.com/premiumsupport/trustedadvisor/
See: https://aws.amazon.com/ses/
Long polling helps reduce your cost of using Amazon SQS by reducing the number of empty responses. You can enable long polling using the AWS Management Console by setting a Receive Message Wait Time to a value greater than 0. See: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html
When you stop an instance, AWS shut it down. AWS don't charge usage for a stopped instance, or data transfer fees, but do charge for the storage for any Amazon EBS volumes. See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html
You can only stop and restart your instance if it has an Amazon EBS volume as its root device. See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html
AWS Organizations provides consolidated billing so that you can track the combined costs of all the member accounts in your organization. See: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/useconsolidatedbilling-procedure.html
See: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html
See: https://aws.amazon.com/compliance/shared-responsibility-model/
Shifting of capital expenditure for physical hardware, to pay-as-you-go operating expenditure.
See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
An EBS volume can be attached to only one instance at a time within the same Availability Zone. However, multiple volumes can be attached to a single instance. See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html
See: https://docs.aws.amazon.com/storagegateway/latest/userguide/WhatIsStorageGateway.html
By default, Amazon RDS enables automated backups of your DB Instance with a 7 day retention period. See: https://aws.amazon.com/rds/faqs/
See: https://aws.amazon.com/rds/oracle/faqs/
You cannot access the underlying operating system of an RDS instance.
An IAM group is a collection of IAM users. Groups let you specify permissions for multiple users, which can make it easier to manage the permissions for those users. See: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups.html
=================================================
https://free-braindumps.com/amazon/free-aws-certified-cloud-practitioner-braindumps.html
https://www.passapply.com/online-pdf/aws-certified-cloud-practitioner.pdf
'IoT > AWS Certificate' 카테고리의 다른 글
Benchmark Assessment - Exam Prep: AWS Certified Solutions Architect - Associate (0) | 2022.04.28 |
---|---|
Udemy - Amazon Web Services (AWS) Certified - 4 Certifications! (0) | 2020.04.03 |
AWS Practitioner Certificate - Free Braindumps (0) | 2020.02.18 |
AWS Cloud Practitioner Essentials (Digital) (Korean) - 03 (0) | 2020.01.05 |
AWS Cloud Practitioner Essentials (Digital) (Korean) - 02 (0) | 2020.01.02 |
AWS Cloud Practitioner Essentials (Digital) (Korean) - 01 (0) | 2019.12.29 |
AWS Certified developer associate exam samples 2 (0) | 2018.02.15 |
AWS Certified developer associate exam samples (2) | 2018.01.26 |
[AWS Certificate] Developer - VPC memo (1) | 2017.11.29 |
[AWS Certificate] Developer - Route53 memo (0) | 2017.11.25 |