Six Advantages of Cloud Computing
Trade capital expense for variable expense
Moving from upfront capital expense (capex) to variable operational expense (opex).
:::info
https://aws.amazon.com/tco-calculator/?nc1=h_ls
AWS helps you reduce Total Cost of Ownership(TCO) by reducing the need to invest in large capital expenditures (CAPEX) and providing a pay-as-you-go model that empowers you to invest in the capacity you need and use it only when the business requires it.
:::
Li Yen Tzeng changed 5 years agoView mode Like Bookmark
Which of the following services is in the category of AWS serverless platform?
C. AWS Lambda
:x: Which services are parts of the AWS serverless platform?
B. Amazon Kinesis, Amazon SQS, Amazon EMR
C. AWS Step Functions, Amazon DynamoDB, Amazon SNS
:::info
https://aws.amazon.com/serverless/
Li Yen Tzeng changed 5 years agoView mode Like Bookmark
Which AWS managed service is used to host databases?
D. Amazon RDS
Which AWS service provides a simple and scalable shared file storage solution for use with Linux-based AWS and on-premises servers?
D. Amazon EFS
When architecting cloud applications, which of the following are a key design principle?
D. Implement elasticity
Which AWS service should be used for long-term, low-cost storage of data backups?
Li Yen Tzeng changed 5 years agoView mode Like Bookmark
Which AWS Support plan provides a full set of AWS Trusted Advisor checks?
D. Enterprise and Business Support
Which of the following services have Distributed Denial of Service (DDoS) mitigation features? (Choose two.)
A. AWS WAF
D. Amazon CloudFront
🔺When building a cloud Total Cost of Ownership (TCO) model, which cost elements should be considered for workloads running on AWS? (Choose three.)
A. Compute costs
C. Storage costs
Li Yen Tzeng changed 5 years agoView mode Like Bookmark
對54/65 =
Under the shared responsibility model, which of the following is the customer responsible for?
C. Ensuring that data is encrypted at rest.
The use of what AWS feature or service allows companies to track and categorize spending on a detailed level?
A. Cost allocation tags
Which service stores objects, provides real-time access to those objects, and offers versioning and lifecycle capabilities?
C. Amazon S3
Li Yen Tzeng changed 5 years agoView mode Like Bookmark
Services
EBS Volume
EBS volume is the storage for EC2 instances.
The EBS volume should be created at the same AZ as the EC2 instance.
We can scale up the volume or change the volume type without stopping the instance.
We can attach a volume to a instance
lsblk
mke2fs
mount /dev/xvda /mnt
Li Yen Tzeng changed 5 years agoView mode Like Bookmark