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/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html
Amazon SQS FIFO (First-In-First-Out) Queues
docs.aws.amazon.com
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html
docs.aws.amazon.com
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
https://docs.aws.amazon.com/sns/latest/dg/sns-mobile-application-as-subscriber.html
Using Amazon SNS for User Notifications with a Mobile Application as a Subscriber (Mobile Push)
docs.aws.amazon.com
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
https://docs.aws.amazon.com/redshift/latest/mgmt/welcome.html
docs.aws.amazon.com
See: awstcocalculator.com
See: https://calculator.s3.amazonaws.com/index.html
Amazon Web Services Simple Monthly Calculator
This Calculator provides an estimate of usage charges for AWS services based on certain information you provide. Monthly charges will be based on your actual usage of AWS services, and may vary from the estimates the Calculator has provided. Give us your f
calculator.s3.amazonaws.com
See: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html
https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-what-is.html
Analyzing Your Costs with Cost Explorer
docs.aws.amazon.com
See: https://aws.amazon.com/ec2/spot/
Amazon EC2 스팟 – 온디맨드 요금에서 최대 90% 절약
Amazon EC2 스팟 인스턴스를 사용하면 AWS 클라우드에서 미사용 EC2 용량을 활용할 수 있습니다. 스팟 인스턴스는 온디맨드 요금과 비교하여 최대 90% 할인된 금액으로 제공됩니다. 빅 데이터, 컨테이너식 워크로드, CI/CD, 웹 서버, 고성능 컴퓨팅(HPC), 기타 테스트 및 개발 워크로드 등 다양한 상태 비저장, 내결함성 또는 유연한 애플리케이션에 스팟 인스턴스를 사용할 수 있습니다. 스팟 인스턴스는 Auto Scaling, EMR, ECS,
aws.amazon.com
See: https://aws.amazon.com/premiumsupport/trustedadvisor/
Trusted Advisor | 환경 최적화 | AWS Support
Business Support 및 Enterprise Support 고객은 전체 Trusted Advisor 점검 항목 및 권장 사항 세트에 액세스할 수 있습니다. 이를 통해 전체 AWS 인프라를 최적화하여 보안과 성능을 향상하고 전체 비용을 줄이고, 서비스 한도를 모니터링할 수 있습니다. 다음은 추가적인 이점입니다. 알림: 주간 업데이트로 AWS 리소스 배포를 최신 상태로 유지하고 Amazon CloudWatch를 통해 알림을 생성하고 작업을 자동화합니
aws.amazon.com
See: https://aws.amazon.com/inspector/
Amazon Inspector - Amazon Web Services(AWS)
CISSP CapLinked의 수석 인프라 보안 엔지니어인 Chen은 "CapLinked에서는 안전한 클라우드 기반 협업 플랫폼을 통해 인수, 자본 조달, 감사 및 기타 복잡한 비즈니스 트랜잭션과 같은 민감한 금융 트랜잭션을 가속화하는 데 집중합니다."라고 말합니다. "고객 데이터에 대한 보안을 강화하기 위해 우리가 무슨 일을 하는지 고객이 이해하도록 돕는 것은 매우 중요합니다. Amazon Inspector는 클라우드에 최적화되어 있고, 지속적 통합 지
aws.amazon.com
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
https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html
Your AWS Account ID and Its Alias
docs.aws.amazon.com
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
https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege
docs.aws.amazon.com
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
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowCloudFrontWorks.html
How CloudFront Delivers Content
docs.aws.amazon.com
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
https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html
docs.aws.amazon.com
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
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html
Monitoring Your Instances Using CloudWatch
docs.aws.amazon.com
See: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
What Is Amazon CloudWatch Logs?
docs.aws.amazon.com
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/InstanceStorage.html
Amazon EC2 Instance Store
docs.aws.amazon.com
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html
docs.aws.amazon.com
See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-security-groups.html
Amazon EC2 Security Groups for Linux Instances
docs.aws.amazon.com
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
https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-what-is-emr.html
docs.aws.amazon.com
See: https://aws.amazon.com/blogs/aws/archive-s3-to-glacier/
Archiving Amazon S3 Data to Amazon Glacier | Amazon Web Services
AWS provides you with a number of data storage options. Today I would like to focus on Amazon S3 and Amazon Glacier and a new and powerful way for you to use both of them together. Both of the services offer dependable and highly durable storage for the In
aws.amazon.com
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
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups.html
docs.aws.amazon.com
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
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html
Using an IAM Role to Grant Permissions to Applications Running on Amazon EC2 Instances
docs.aws.amazon.com
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
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.MultiAZ.html
High Availability (Multi-AZ) for Amazon RDS
docs.aws.amazon.com
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
https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html
Bucket Restrictions and Limitations
docs.aws.amazon.com
See: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html
https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html
Amazon S3 Storage Classes
docs.aws.amazon.com
See: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-security-groups.html
Amazon EC2 Security Groups for Linux Instances
docs.aws.amazon.com
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
https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html
docs.aws.amazon.com
See: https://aws.amazon.com/premiumsupport/trustedadvisor/
Trusted Advisor | 환경 최적화 | AWS Support
Business Support 및 Enterprise Support 고객은 전체 Trusted Advisor 점검 항목 및 권장 사항 세트에 액세스할 수 있습니다. 이를 통해 전체 AWS 인프라를 최적화하여 보안과 성능을 향상하고 전체 비용을 줄이고, 서비스 한도를 모니터링할 수 있습니다. 다음은 추가적인 이점입니다. 알림: 주간 업데이트로 AWS 리소스 배포를 최신 상태로 유지하고 Amazon CloudWatch를 통해 알림을 생성하고 작업을 자동화합니
aws.amazon.com
See: https://aws.amazon.com/ses/
Amazon Simple Email Service(SES)
사용량에 따라 지불하고 사용한 만큼만 지불합니다. 선수금, 시간 소모적인 가격 협상, 고정 비용, 최소 요금이 없습니다. 또한 Amazon EC2에 호스팅되어 있는 애플리케이션에서 메시지를 발송할 경우에는 매월 최초 62,000건의 이메일을 무료로 발송할 수 있습니다.
aws.amazon.com
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
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-short-and-long-polling.html#sqs-long-polling
Amazon SQS Short and Long Polling
docs.aws.amazon.com
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
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html
Stop and Start Your Instance
docs.aws.amazon.com
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
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html
Stop and Start Your Instance
docs.aws.amazon.com
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
https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/useconsolidatedbilling-procedure.html
Consolidated Billing Process
docs.aws.amazon.com
See: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html
What is AWS Elastic Beanstalk?
docs.aws.amazon.com
See: https://aws.amazon.com/compliance/shared-responsibility-model/
공동 책임 모델 – Amazon Web Services(AWS)
보안과 규정 준수는 AWS와 고객의 공동 책임입니다. 이 공유 모델은 AWS가 호스트 운영 체제 및 가상화 계층에서 서비스가 운영되는 시설의 물리적 보안에 이르기까지 구성 요소를 운영, 관리 및 제어하므로 고객의 운영 부담을 경감할 수 있습니다. 고객은 게스트 운영 체제(업데이트 및 보안 패치 포함) 및 다른 관련 애플리케이션 소프트웨어를 관리하고 AWS에서 제공한 보안 그룹 방화벽을 구성할 책임이 있습니다. 고객은 서비스를 선택할 때 신중하게 고려해야
aws.amazon.com
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
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
Regions, Availability Zones, and Local Zones
docs.aws.amazon.com
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions-availability-zones
Regions, Availability Zones, and Local Zones
docs.aws.amazon.com
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
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes.html
docs.aws.amazon.com
See: https://docs.aws.amazon.com/storagegateway/latest/userguide/WhatIsStorageGateway.html
https://docs.aws.amazon.com/storagegateway/latest/userguide/WhatIsStorageGateway.html
docs.aws.amazon.com
By default, Amazon RDS enables automated backups of your DB Instance with a 7 day retention period. See: https://aws.amazon.com/rds/faqs/
Amazon RDS FAQ - Amazon Web Services(AWS)
aws.amazon.com
See: https://aws.amazon.com/rds/oracle/faqs/
Amazon RDS for Oracle FAQ – AWS(Amazon Web Services)
Amazon RDS는 무료로 사용해 볼 수 있습니다. 사용한 만큼만 비용을 지불합니다. 최소 요금이 없습니다.
aws.amazon.com
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
Free AWS-Certified-Cloud-Practitioner braindumps download AWS-Certified-Cloud-Practitioner braindump Free
QUESTION: 1 What is the term used to describe giving an AWS user only access to the exact services he/she needs to do the required job and nothing more? A. The Least Privilege User Principal B. The Principal of Least Privilege C. The Only Access Principal.
free-braindumps.com
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 |