Frequently asked questions and answers of AWS Amazon Web Services in Programming Technologies of Computer Science to enhance your skills, knowledge on the selected topic. We have compiled the best AWS Amazon Web Services Interview question and answer, trivia quiz, mcq questions, viva question, quizzes to prepare. Download AWS Amazon Web Services FAQs in PDF form online for academic course, jobs preparations and for certification exams .
Intervew Quizz is an online portal with frequently asked interview, viva and trivia questions and answers on various subjects, topics of kids, school, engineering students, medical aspirants, business management academics and software professionals.
Question-1. What is AWS?
Answer-1: AWS (Amazon Web Services) is a cloud computing platform provided by Amazon that offers a wide range of cloud services, including computing power, storage, databases, networking, machine learning, and more.
Question-2. What are the key advantages of using AWS?
Answer-2: Some key advantages of using AWS include:
Scalability
Flexibility
Cost-effectiveness
Reliability
Security
Global reach
Question-3. What is the difference between EC2 and S3 in AWS?
Answer-3:
EC2 (Elastic Compute Cloud) is a web service that provides resizable compute capacity in the cloud, allowing users to run virtual servers, known as instances.
S3 (Simple Storage Service) is a storage service that provides scalable object storage for storing and retrieving data.
Question-4. What is an Availability Zone in AWS?
Answer-4: An Availability Zone (AZ) is a distinct location within a region that is engineered to be isolated from failures in other Availability Zones. AWS resources can be deployed across multiple Availability Zones for high availability and fault tolerance.
Question-5. What is IAM in AWS?
Answer-5: IAM (Identity and Access Management) is a web service that enables you to securely control access to AWS services and resources. It allows you to manage users, groups, roles, and permissions.
Question-6. What is the purpose of the AWS Management Console?
Answer-6: The AWS Management Console is a web-based interface provided by AWS that allows users to access and manage their AWS resources and services through a graphical user interface (GUI).
Question-7. What is the difference between IAM Users and IAM Roles in AWS?
Answer-7:
IAM Users are entities that represent individual users or applications that interact with AWS resources. They are typically associated with long-term credentials (access key ID and secret access key).
IAM Roles are entities that provide temporary permissions to access AWS resources. They are often used by services and applications running on AWS, such as EC2 instances or Lambda functions.
Question-8. What is a VPC in AWS?
Answer-8: A VPC (Virtual Private Cloud) is a virtual network environment that allows you to logically isolate and control the networking resources within your AWS account. It provides a customizable network configuration, including IP address ranges, subnets, route tables, and gateways.
Question-9. What is the difference between a Public Subnet and a Private Subnet in AWS?
Answer-9:
A Public Subnet is a subnet within a VPC that has a route to the internet gateway, allowing instances in the subnet to communicate directly with the internet.
A Private Subnet is a subnet within a VPC that does not have a route to the internet gateway. Instances in a private subnet can communicate with other instances within the same VPC or with resources in other networks via a NAT gateway or NAT instance.
Question-10. What is an Auto Scaling Group in AWS?
Answer-10: An Auto Scaling Group is a group of EC2 instances that are automatically scaled based on predefined conditions, such as CPU utilization, network traffic, or time-based schedules. It helps maintain application availability and automatically adjusts capacity to meet demand.
Question-11. What is AWS Lambda?
Answer-11: AWS Lambda is a serverless computing service provided by AWS that allows you to run code without provisioning or managing servers. It automatically scales and executes code in response to triggers from other AWS services or events.
Question-12. What is Amazon RDS?
Answer-12: Amazon RDS (Relational Database Service) is a managed database service provided by AWS that makes it easy to set up, operate, and scale relational databases in the cloud. It supports various database engines, including MySQL, PostgreSQL, Oracle, SQL Server, and Amazon Aurora.
Question-13. What is Amazon SNS?
Answer-13: Amazon SNS (Simple Notification Service) is a fully managed messaging service provided by AWS that enables you to send and receive notifications from various AWS services or applications. It supports multiple communication protocols, including HTTP, HTTPS, Email, SMS, and SQS.
Question-14. What is Amazon SQS?
Answer-14: Amazon SQS (Simple Queue Service) is a fully managed message queuing service provided by AWS that enables you to decouple and scale microservices, distributed systems, and serverless applications. It allows you to send, store, and receive messages between software components.
Question-15. What is Amazon DynamoDB?
Answer-15: Amazon DynamoDB is a fully managed NoSQL database service provided by AWS that offers low-latency, high-performance, and scalable database solutions. It is designed to handle large volumes of data with automatic scaling and built-in security features.
Question-16. What is AWS CloudFormation?
Answer-16: AWS CloudFormation is a service provided by AWS that allows you to define and manage infrastructure as code using templates. It enables you to provision and update AWS resources in a consistent and repeatable manner.
Question-17. What is Amazon S3 Glacier?
Answer-17: Amazon S3 Glacier is a storage service provided by AWS that offers long-term archival storage for data that is infrequently accessed or retrieved. It provides secure, durable, and low-cost storage options for data archiving and backup.
Question-18. What is AWS Elastic Beanstalk?
Answer-18: AWS Elastic Beanstalk is a service provided by AWS that allows you to deploy and manage web applications and services without having to provision or manage the underlying infrastructure. It supports multiple programming languages, frameworks, and platforms.
Question-19. What is Amazon CloudWatch?
Answer-19: Amazon CloudWatch is a monitoring and observability service provided by AWS that allows you to collect, analyze, and visualize metrics and logs from various AWS services and applications. It enables you to monitor the performance, availability, and health of your resources in real-time.
Question-20. What is AWS Lambda Layers?
Answer-20: AWS Lambda Layers is a feature of AWS Lambda that allows you to centrally manage code and dependencies that are shared across multiple Lambda functions. It helps reduce code duplication and simplifies the management of dependencies.
Question-21. What is Amazon ECS?
Answer-21: Amazon ECS (Elastic Container Service) is a fully managed container orchestration service provided by AWS that allows you to run, scale, and manage Docker containers in the cloud. It provides a highly scalable and flexible platform for deploying containerized applications.
Question-22. What is Amazon EKS?
Answer-22: Amazon EKS (Elastic Kubernetes Service) is a managed Kubernetes service provided by AWS that allows you to run Kubernetes clusters in the cloud. It simplifies the deployment, management, and scaling of containerized applications using Kubernetes.
Question-23. What is Amazon EMR?
Answer-23: Amazon EMR (Elastic MapReduce) is a big data processing service provided by AWS that allows you to run and scale Apache Hadoop, Spark, HBase, Presto, and other big data frameworks in the cloud. It provides a highly scalable and cost-effective platform for processing and analyzing large datasets.
Question-24. What is AWS Glue?
Answer-24: AWS Glue is a fully managed extract, transform, and load (ETL) service provided by AWS that allows you to prepare and transform data for analysis and analytics. It provides a serverless environment for running ETL jobs and integrates with various data sources and destinations.
Question-25. What is Amazon Kinesis?
Answer-25: Amazon Kinesis is a real-time data streaming service provided by AWS that allows you to ingest, process, and analyze streaming data at scale. It supports various use cases, including log and event data collection, real-time analytics, and machine learning.
Question-26. What is Amazon Athena?
Answer-26: Amazon Athena is an interactive query service provided by AWS that allows you to analyze data stored in Amazon S3 using standard SQL queries. It enables you to query data directly from S3 without the need for complex ETL processes or data movement.
Question-27. What is AWS Step Functions?
Answer-27: AWS Step Functions is a serverless orchestration service provided by AWS that allows you to coordinate and manage workflows or state machines using visual workflows. It enables you to build scalable and resilient applications with complex business logic.
Question-28. What is AWS Data Pipeline?
Answer-28: AWS Data Pipeline is a web service provided by AWS that allows you to orchestrate and automate the movement and transformation of data between various AWS services and on-premises data sources. It provides a simple and reliable way to schedule and manage data processing workflows.
Question-29. What is Amazon CloudFront?
Answer-29: Amazon CloudFront is a content delivery network (CDN) service provided by AWS that allows you to deliver static and dynamic web content, including videos, images, and applications, with low latency and high transfer speeds. It helps improve the performance and availability of web applications by caching content at edge locations worldwide.
Question-30. What is AWS Direct Connect?
Answer-30: AWS Direct Connect is a network service provided by AWS that allows you to establish a dedicated network connection between your on-premises data center or corporate network and AWS. It provides a private and dedicated connection to AWS resources, bypassing the public internet for increased security and reliability.
Question-31. What is Amazon VPC Peering?
Answer-31: Amazon VPC Peering is a networking connection between two Amazon VPCs that allows you to route traffic between them using private IP addresses. It enables you to securely connect VPCs within the same AWS region or across different AWS regions.
Question-32. What is Amazon CloudTrail?
Answer-32: Amazon CloudTrail is a logging and auditing service provided by AWS that allows you to monitor and track user activity and API usage in your AWS account. It provides detailed event logs for actions taken by users, services, and resources within your account.
Question-33. What is AWS Artifact?
Answer-33: AWS Artifact is a service provided by AWS that allows you to access compliance reports and attestations, such as SOC (Service Organization Control) reports, PCI DSS (Payment Card Industry Data Security Standard) documents, and ISO (International Organization for Standardization) certifications. It helps customers demonstrate compliance with various industry standards and regulations.
Question-34. What is AWS CodePipeline?
Answer-34: AWS CodePipeline is a continuous integration and continuous delivery (CI/CD) service provided by AWS that allows you to automate the build, test, and deployment of code changes. It provides a visual pipeline for defining and executing automated workflows for releasing software changes to production environments.
Question-35. What is Amazon Route 53?
Answer-35: Amazon Route 53 is a scalable and highly available domain name system (DNS) service provided by AWS that allows you to route traffic to AWS resources or external endpoints. It provides DNS routing and domain registration services with low latency and high reliability.
Question-36. What is AWS CloudWatch Logs?
Answer-36: AWS CloudWatch Logs is a log management and monitoring service provided by AWS that allows you to collect, monitor, and analyze log data from various AWS services and applications. It provides real-time insights into system and application performance, security, and operational issues.
Question-37. What is AWS CloudFormation?
Answer-37: AWS CloudFormation is a service provided by AWS that allows you to define and manage infrastructure as code using templates. It enables you to provision and update AWS resources in a consistent and repeatable manner.
Question-38. What is AWS Secrets Manager?
Answer-38: AWS Secrets Manager is a service provided by AWS that allows you to securely store and manage sensitive information, such as API keys, passwords, and encryption keys. It provides centralized management of secrets with built-in encryption and access controls.
Question-39. What is AWS CloudTrail?
Answer-39: AWS CloudTrail is a logging and auditing service provided by AWS that allows you to monitor and track user activity and API usage in your AWS account. It provides detailed event logs for actions taken by users, services, and resources within your account.
Question-40. What is Amazon GuardDuty?
Answer-40: Amazon GuardDuty is a threat detection service provided by AWS that continuously monitors your AWS account for malicious activity and unauthorized behavior. It uses machine learning and anomaly detection to identify security threats, such as compromised instances, unauthorized access, and data exfiltration.
Question-41. What is AWS CloudHSM?
Answer-41: AWS CloudHSM is a hardware security module (HSM) service provided by AWS that allows you to generate and manage encryption keys in a dedicated hardware security appliance. It provides secure and compliant key storage and management for sensitive data and applications.
Question-42. What is Amazon Elasticsearch Service?
Answer-42: Amazon Elasticsearch Service is a fully managed Elasticsearch service provided by AWS that allows you to deploy, manage, and scale Elasticsearch clusters in the cloud. It provides a distributed search and analytics engine for processing and analyzing large volumes of data in real-time.
Question-43. What is AWS Backup?
Answer-43: AWS Backup is a centralized backup service provided by AWS that allows you to automate the backup and recovery of your AWS resources, including EC2 instances, EBS volumes, RDS databases, and DynamoDB tables. It provides a simple and cost-effective solution for protecting your data and applications.
Question-44. What is AWS Snowball?
Answer-44: AWS Snowball is a petabyte-scale data transfer service provided by AWS that allows you to transfer large volumes of data to and from the AWS cloud using secure physical storage devices. It provides a fast, secure, and cost-effective solution for data migration, offline data processing, and disaster recovery.
Question-45. What is AWS Snowmobile?
Answer-45: AWS Snowmobile is an exabyte-scale data transfer service provided by AWS that allows you to transfer extremely large volumes of data to and from the AWS cloud using a secure, ruggedized shipping container. It provides a secure and efficient solution for data migration, big data analytics, and data center decommissioning.
Question-46. What is AWS Key Management Service (KMS)?
Answer-46: AWS Key Management Service (KMS) is a managed encryption service provided by AWS that allows you to create and control encryption keys for protecting your data and applications. It provides a highly secure and compliant key management solution with integrated encryption and access controls.
Question-47. What is Amazon Aurora?
Answer-47: Amazon Aurora is a high-performance relational database engine provided by AWS that is compatible with MySQL and PostgreSQL. It offers enhanced scalability, availability, and durability compared to traditional database solutions, with built-in features such as automatic failover, continuous backup, and read scaling.
Question-48. What is AWS X-Ray?
Answer-48: AWS X-Ray is a distributed tracing service provided by AWS that allows you to analyze and debug distributed applications, microservices, and serverless architectures. It provides end-to-end visibility into requests as they travel through your application, identifying performance bottlenecks and latency issues.
Question-49. What is AWS WAF?
Answer-49: AWS WAF (Web Application Firewall) is a web security service provided by AWS that allows you to protect your web applications from common web exploits and security threats. It provides customizable rules and filters for inspecting and filtering incoming web traffic to your applications.
Question-50. What is AWS Transit Gateway?
Answer-50: AWS Transit Gateway is a service provided by AWS that allows you to connect multiple VPCs and on-premises networks through a centralized gateway. It provides a scalable and flexible solution for routing traffic between different network environments, simplifying network management and connectivity.
Question-51. What is AWS Direct Connect?
Answer-51: AWS Direct Connect is a network service provided by AWS that allows you to establish a dedicated network connection between your on-premises data center or corporate network and AWS. It provides a private and dedicated connection to AWS resources, bypassing the public internet for increased security and reliability.
Question-52. What is AWS Snowball?
Answer-52: AWS Snowball is a petabyte-scale data transfer service provided by AWS that allows you to transfer large volumes of data to and from the AWS cloud using secure physical storage devices. It provides a fast, secure, and cost-effective solution for data migration, offline data processing, and disaster recovery.
Question-53. What is Amazon API Gateway?
Answer-53: Amazon API Gateway is a fully managed service provided by AWS that allows you to create, deploy, and manage APIs at any scale. It provides features such as API versioning, access control, throttling, and monitoring for building scalable and secure API-driven applications.
Question-54. What is AWS AppSync?
Answer-54: AWS AppSync is a fully managed service provided by AWS that allows you to build and deploy real-time, scalable GraphQL APIs for web and mobile applications. It provides features such as offline data synchronization, real-time data updates, and fine-grained access control for building modern applications with GraphQL.
Question-55. What is AWS Amplify?
Answer-55: AWS Amplify is a set of tools and services provided by AWS that allows you to build and deploy full-stack web and mobile applications quickly and easily. It provides features such as authentication, data storage, analytics, and hosting, with built-in integration with popular frameworks and libraries.
Question-56. What is AWS Lambda?
Answer-56: AWS Lambda is a serverless computing service provided by AWS that allows you to run code without provisioning or managing servers. It automatically scales and executes code in response to triggers from other AWS services or events.
Question-57. What is Amazon RDS?
Answer-57: Amazon RDS (Relational Database Service) is a managed database service provided by AWS that makes it easy to set up, operate, and scale relational databases in the cloud. It supports various database engines, including MySQL, PostgreSQL, Oracle, SQL Server, and Amazon Aurora.
Question-58. What is Amazon Route 53?
Answer-58: Amazon Route 53 is a scalable and highly available domain name system (DNS) service provided by AWS that allows you to route traffic to AWS resources or external endpoints. It provides DNS routing and domain registration services with low latency and high reliability.
Question-59. What is Amazon CloudFront?
Answer-59: Amazon CloudFront is a content delivery network (CDN) service provided by AWS that allows you to deliver static and dynamic web content, including videos, images, and applications, with low latency and high transfer speeds. It helps improve the performance and availability of web applications by caching content at edge locations worldwide.
Question-60. What is Amazon CloudWatch?
Answer-60: Amazon CloudWatch is a monitoring and observability service provided by AWS that allows you to collect, analyze, and visualize metrics and logs from various AWS services and applications. It enables you to monitor the performance, availability, and health of your resources in real-time.
Question-61. What is AWS CodeDeploy?
Answer-61: AWS CodeDeploy is a deployment service provided by AWS that allows you to automate the deployment of applications to EC2 instances, on-premises servers, and Lambda functions. It provides features such as blue/green deployments, rolling updates, and automatic rollback to simplify the deployment process and minimize downtime.
Question-62. What is AWS CodeCommit?
Answer-62: AWS CodeCommit is a source code management service provided by AWS that allows you to securely store and manage your code repositories in the cloud. It provides features such as version control, branching, and access control for collaborating on software development projects.
Question-63. What is AWS CodePipeline?
Answer-63: AWS CodePipeline is a continuous integration and continuous delivery (CI/CD) service provided by AWS that allows you to automate the build, test, and deployment of code changes. It provides a visual pipeline for defining and executing automated workflows for releasing software changes to production environments.
Question-64. What is AWS CodeBuild?
Answer-64: AWS CodeBuild is a fully managed build service provided by AWS that allows you to compile, test, and package your code in the cloud. It provides a scalable and flexible platform for building and testing applications with support for various programming languages, frameworks, and build environments.
Question-65. What is AWS Cloud9?
Answer-65: AWS Cloud9 is an integrated development environment (IDE) provided by AWS that allows you to write, run, and debug code in the cloud. It provides a collaborative environment for software development with features such as code editing, debugging, and collaboration tools.
Question-66. What is AWS OpsWorks?
Answer-66: AWS OpsWorks is a configuration management service provided by AWS that allows you to automate the deployment and management of applications and infrastructure using Chef and Puppet. It provides features such as instance provisioning, deployment, monitoring, and scaling for managing complex application stacks.
Question-67. What is AWS Elastic Beanstalk?
Answer-67: AWS Elastic Beanstalk is a service provided by AWS that allows you to deploy and manage web applications and services without having to provision or manage the underlying infrastructure. It supports multiple programming languages, frameworks, and platforms.
Question-68. What is Amazon Lightsail?
Answer-68: Amazon Lightsail is a virtual private server (VPS) service provided by AWS that allows you to easily launch and manage virtual private servers in the cloud. It provides a simple and cost-effective solution for hosting websites, blogs, and applications with features such as SSD-based storage, static IP addresses, and monitoring.
Question-69. What is Amazon ECS?
Answer-69: Amazon ECS (Elastic Container Service) is a fully managed container orchestration service provided by AWS that allows you to run, scale, and manage Docker containers in the cloud. It provides a highly scalable and flexible platform for deploying containerized applications.
Question-70. What is Amazon EKS?
Answer-70: Amazon EKS (Elastic Kubernetes Service) is a managed Kubernetes service provided by AWS that allows you to run Kubernetes clusters in the cloud. It simplifies the deployment, management, and scaling of containerized applications using Kubernetes.
Question-71. What is AWS Fargate?
Answer-71: AWS Fargate is a serverless compute engine for containers provided by AWS that allows you to run containers without having to manage servers or clusters. It automatically scales and provisions the infrastructure needed to run your containers, allowing you to focus on building and deploying applications.
Question-72. What is AWS Lambda Layers?
Answer-72: AWS Lambda Layers is a feature of AWS Lambda that allows you to centrally manage code and dependencies that are shared across multiple Lambda functions. It helps reduce code duplication and simplifies the management of dependencies.
Question-73. What is Amazon S3 Glacier?
Answer-73: Amazon S3 Glacier is a storage service provided by AWS that offers long-term archival storage for data that is infrequently accessed or retrieved. It provides secure, durable, and low-cost storage options for data archiving and backup.
Question-74. What is AWS Snowmobile?
Answer-74: AWS Snowmobile is an exabyte-scale data transfer service provided by AWS that allows you to transfer extremely large volumes of data to and from the AWS cloud using a secure, ruggedized shipping container. It provides a secure and efficient solution for data migration, big data analytics, and data center decommissioning.
Question-75. What is AWS Snowball Edge?
Answer-75: AWS Snowball Edge is a petabyte-scale data transfer and edge computing device provided by AWS that allows you to transfer large volumes of data to and from the AWS cloud and run compute workloads in disconnected or remote environments. It provides a ruggedized and portable solution for data migration, data processing, and edge computing.
Question-76. What is Amazon Redshift?
Answer-76: Amazon Redshift is a fully managed data warehouse service provided by AWS that allows you to analyze large volumes of data using SQL queries. It provides high-performance, scalable, and cost-effective data warehousing solutions for data analytics and business intelligence.
Question-77. What is AWS Glue?
Answer-77: AWS Glue is a fully managed extract, transform, and load (ETL) service provided by AWS that allows you to prepare and transform data for analysis and analytics. It provides a serverless environment for running ETL jobs and integrates with various data sources and destinations.
Question-78. What is AWS Data Pipeline?
Answer-78: AWS Data Pipeline is a web service provided by AWS that allows you to orchestrate and automate the movement and transformation of data between various AWS services and on-premises data sources. It provides a simple and reliable way to schedule and manage data processing workflows.
Question-79. What is Amazon Elasticsearch Service?
Answer-79: Amazon Elasticsearch Service is a fully managed Elasticsearch service provided by AWS that allows you to deploy, manage, and scale Elasticsearch clusters in the cloud. It provides a distributed search and analytics engine for processing and analyzing large volumes of data in real-time.
Question-80. What is Amazon Managed Blockchain?
Answer-80: Amazon Managed Blockchain is a fully managed blockchain service provided by AWS that allows you to create and manage scalable blockchain networks using popular open-source frameworks, such as Hyperledger Fabric and Ethereum. It provides a secure and reliable platform for building blockchain applications and networks.
Question-81. What is AWS Server Migration Service?
Answer-81: AWS Server Migration Service is a service provided by AWS that allows you to automate the migration of on-premises servers to AWS. It provides agentless and agent-based options for discovering, replicating, and testing server migrations with minimal downtime and disruption.
Question-82. What is AWS Database Migration Service?
Answer-82: AWS Database Migration Service is a service provided by AWS that allows you to migrate databases to AWS easily and securely. It supports homogenous and heterogeneous database migrations with minimal downtime and provides features such as continuous replication, schema conversion, and data validation.
Question-83. What is AWS Transfer Family?
Answer-83: AWS Transfer Family is a set of fully managed file transfer services provided by AWS that allows you to securely transfer files over the internet using standard protocols such as FTP, SFTP, and FTPS. It provides scalable and reliable solutions for file transfer, storage, and access.
Question-84. What is AWS Artifact?
Answer-84: AWS Artifact is a service provided by AWS that allows you to access compliance reports and attestations, such as SOC (Service Organization Control) reports, PCI DSS (Payment Card Industry Data Security Standard) documents, and ISO (International Organization for Standardization) certifications. It helps customers demonstrate compliance with various industry standards and regulations.
Question-85. What is AWS Systems Manager?
Answer-85: AWS Systems Manager is a service provided by AWS that allows you to manage and automate administrative tasks across your AWS resources. It provides features such as inventory management, patch management, automation workflows, and configuration management for maintaining and securing your infrastructure.
Question-86. What is Amazon Inspector?
Answer-86: Amazon Inspector is a security assessment service provided by AWS that allows you to analyze the security and compliance of your AWS resources. It provides automated security assessments, vulnerability scanning, and compliance checks to help identify and remediate security issues.
Question-87. What is AWS Shield?
Answer-87: AWS Shield is a managed distributed denial of service (DDoS) protection service provided by AWS that helps protect your applications and websites from DDoS attacks. It provides always-on detection and mitigation of DDoS attacks to ensure the availability and integrity of your applications.
Question-88. What is AWS Firewall Manager?
Answer-88: AWS Firewall Manager is a security management service provided by AWS that allows you to centrally manage and enforce firewall rules across your AWS accounts and resources. It provides features such as rule creation, rule enforcement, and compliance reporting for maintaining a secure and compliant environment.
Question-89. What is AWS Artifact?
Answer-89: AWS Artifact is a service provided by AWS that allows you to access compliance reports and attestations, such as SOC (Service Organization Control) reports, PCI DSS (Payment Card Industry Data Security Standard) documents, and ISO (International Organization for Standardization) certifications. It helps customers demonstrate compliance with various industry standards and regulations.
Question-90. What is AWS Backup?
Answer-90: AWS Backup is a centralized backup service provided by AWS that allows you to automate the backup and recovery of your AWS resources, including EC2 instances, EBS volumes, RDS databases, and DynamoDB tables. It provides a simple and cost-effective solution for protecting your data and applications.
Question-91. What is AWS Lake Formation?
Answer-91: AWS Lake Formation is a service provided by AWS that allows you to build, secure, and manage data lakes in the cloud. It provides features such as data ingestion, data cataloging, access control, and data transformation for building scalable and secure data lakes.
Question-92. What is AWS Glue DataBrew?
Answer-92: AWS Glue DataBrew is a visual data preparation service provided by AWS that allows you to clean, normalize, and transform data without writing code. It provides an easy-to-use interface for exploring, profiling, and cleaning data for analytics and machine learning.
Question-93. What is AWS Glue Elastic Views?
Answer-93: AWS Glue Elastic Views is a fully managed service provided by AWS that allows you to create materialized views across different data sources and services. It provides a unified view of data for real-time analytics, reporting, and data integration without the need for complex ETL processes.
Question-94. What is AWS Security Hub?
Answer-94: AWS Security Hub is a security and compliance service provided by AWS that allows you to centrally manage and monitor your security posture across your AWS accounts and resources. It provides automated security checks, compliance status, and prioritized findings to help identify and remediate security issues.
Question-95. What is AWS Detective?
Answer-95: AWS Detective is a security investigation service provided by AWS that allows you to analyze and visualize security data from AWS CloudTrail, VPC Flow Logs, and GuardDuty findings. It provides interactive visualizations and workflows for identifying and investigating security incidents and threats.
Question-96. What is AWS Config?
Answer-96: AWS Config is a service provided by AWS that allows you to assess, audit, and evaluate the configuration of your AWS resources. It provides continuous monitoring, compliance checks, and configuration history for maintaining a secure and compliant environment.
Question-97. What is AWS Secrets Manager?
Answer-97: AWS Secrets Manager is a service provided by AWS that allows you to securely store and manage sensitive information, such as API keys, passwords, and encryption keys. It provides centralized management of secrets with built-in encryption and access controls.
Question-98. What is AWS Key Management Service (KMS)?
Answer-98: AWS Key Management Service (KMS) is a managed encryption service provided by AWS that allows you to create and control encryption keys for protecting your data and applications. It provides a highly secure and compliant key management solution with integrated encryption and access controls.
Question-99. What is AWS Certificate Manager (ACM)?
Answer-99: AWS Certificate Manager (ACM) is a service provided by AWS that allows you to provision, manage, and deploy SSL/TLS certificates for your AWS resources. It provides a simple and automated way to secure your applications and websites with HTTPS encryption.
Question-100. What is AWS Global Accelerator?
Answer-100: AWS Global Accelerator is a networking service provided by AWS that allows you to improve the availability and performance of your applications by routing traffic over the AWS global network infrastructure. It provides features such as static IP addresses, health checks, and traffic management for optimizing global application delivery.
Frequently Asked Question and Answer on AWS Amazon Web Services
AWS Amazon Web Services Interview Questions and Answers in PDF form Online
AWS Amazon Web Services Questions with Answers
AWS Amazon Web Services Trivia MCQ Quiz