AWS 面试题与答案
相关差异对比
问题 21. What is AWS CloudTrail?
AWS CloudTrail is a service that enables governance, compliance, operational auditing, and risk auditing of AWS accounts. It provides a history of AWS API calls for an account.
问题 22. Explain the purpose of AWS Glue.
AWS Glue is a fully managed extract, transform, and load (ETL) service that makes it easy to prepare and load data for analysis. It automatically discovers, catalogs, and transforms data.
问题 23. What is the AWS Serverless Application Model (SAM)?
AWS SAM is an open-source framework for building serverless applications. It extends AWS CloudFormation to provide a simplified way of defining the Amazon API Gateway APIs, AWS Lambda functions, and Amazon DynamoDB tables needed by your serverless application.
问题 24. Explain the concept of Amazon Aurora.
Amazon Aurora is a fully managed relational database engine compatible with MySQL and PostgreSQL. It provides high performance, availability, and durability, with automatic scaling.
问题 25. What is Amazon SQS?
Amazon SQS (Simple Queue Service) is a fully managed message queuing service that enables decoupling and scaling of microservices, distributed systems, and serverless applications.
用户评价最有帮助的内容: