Cloud Practitioner Flashcards
Amazon Inspector
Amazon Inspector can be used to analyze potential security threats for an Amazon EC2 instance against an assessment template with predefined rules. It does not provide historical data for configurational changes done to AWS resources.
AWS Config
AWS Config can be used to audit, evaluate configurations of AWS resources. If there are any operational issues, AWS Config can be used to retrieve configurational changes made to AWS resources that may have caused these issues. It can also keep multiple date-stamped versions in a reviewable history.
AWS Artifact
AWS Artifact is a comprehensive resource center to have (downloadable) access to the AWS auditor-issued reports and security and compliance documentation from several renowned independent standard organizations.
AWS Resource Center
AWS Resource Center is a repository of tutorials, whitepapers, digital training, and project use cases that aid in learning the core concepts of AWS.
AWS Service Catalog
AWS Service Catalog allows organizations to create and save their own IT service catalogs for further use, but they have to be approved by AWS. IT service catalogs can be multi-tiered applications architectures.
Which service to use to optimize performance for global users to transfer large-sized data objects to a centralized S3 bucket?
Enable S3 Transfer Acceleration on the Amazon S3 bucket.
When to use Multi-part upload?
For all data objects exceeding 100 megabytes. (For better performance, S3 transfer acceleration should be enabled.)
AWS X-Ray
AWS X-Ray is a service that collects data about requests that your application serves and provides tools that you can use to view, filter, and gain insights into that data to identify issues and opportunities for optimization. It helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture.
AWS Cloudwatch vs AWS X-Ray
X-Ray can help with debugging. Cloudwatch primarily monitors.
Business vs Enterprise Support
Enterprise support adds 15 minute response time for business-critical system outages, as well as consultative guidance.
Which service can detect users’ personal credit card numbers from data stored in Amazon S3?
Amazon Macie
Which AWS managed database service provides processing power up to 5x faster than a traditional MySQL database?
Aurora
AWS CodeStar
AWS CodeStar enables you to develop, build, and deploy applications on AWS quickly. AWS CodeStar provides a unified user interface, enabling you to manage your software development activities in one place easily.
AWS CodeArtifact
AWS CodeArtifact is a fully managed artifact repository service that makes it easy for organizations of any size to securely store, publish, and share software packages used in their software development process.
Amazon Athena
Amazon Athena queries data directly from S3, Athena is compatible with many formats such as CSV, JSON, ORC, AVRO, and Parquet, but Athena can only query in SQL.
AWS Trusted Advisor
AWS Trusted Advisor checks for service usage for all the resources within AWS Cloud and provides notifications.
Amazon Detective
Amazon Detective uses machine learning and graph theory capability on automatically collected log data to help you conduct faster and efficient security investigations.
EFS or S3 for Linux?
Storing files (even petabytes of data) in a Linux-based workload is best done with EFS. S3 is not suitable for deploying Linux-based workloads and uses objects not files.
Cost Explorer compared to Pricing Calculator?
Cost Explorer helps users to view graph displays of cost of your billing data and analyze them & get a forecast for likely spends for the next 12 months. The scenario is more to do with clients getting a cost estimate of different AWS services before they move to AWS cloud.
Cost Explorer compared to Pricing Calculator?
Through AWS Pricing Calculator a client can estimate costs that he will incur for various AWS services that he wishes to use. The pricing calculator guides the user through a set of well defined service parameters.
Amazon Redshift
Automates infrastructure provisioning and admin tasks for an analytical data warehouse. Redshift is a fully managed, petabyte scale data warehouse. You can start with small data and scale up to large data, allowing you to acquire new insights for your business and customers.
AWS Audit Manager
Audit Manager is used for auditing AWS usage and building audit reports for risk & compliance. This will not generate AWS security & compliance documents.
AWS License Manager
AWS License Manager provisions & tracks license usage across multiple AWS accounts and also on-premises environment.
AWS Cloud HSM
AWS Cloud HSM (Hardware Security Model) for generating and managing encryption keys on the AWS cloud. It can be used for offloading SSL processing for web servers.
AWS Secrets Manager
AWS Secrets Manager can be used to implement password rotation policy for secrets stored. Not suitable for SSL processing.
S3 Glacier vs Glacier Deep Archive
Standard is 3-5 Hrs vs < 12 Hrs. Expedited is 1-5 Mins vs Not available.
AWS CodeCommit
Data store to store source code, scripts, etc., accessible over the internet, and encrypts at rest and in transit. Q about startup company wants to store their source code on open-source repository publicly accessible but secured…
Acceptable use for penetration testing of EC2 instances..
Can be performed by the customer (without prior AWS approval), provided they work with the list of services mentioned by AWS.
Trusted Advisor - what 5 categories does it provide insight for?
Cost Optimization, Performance, Security, Fault Tolerance, Service Limits.
AWS CodeDeploy
managed service that automates software deployment on a large scale to EC2 instances and on-premise services.