Posts

Showing posts from September, 2020

What is Amazon RDS?

Image
AMAZON RDS Amazon RDS is a service which provides database connectivity through the Internet. RDS makes it very simple and easy to set-up a relational database in the cloud. Instead of concentrating on database features, you can concentrate more on the application to provide high availability, security, and compatibility. RDS is a fully managed RDBMS service. Benefits of Amazon RDS 1.      Reduced Administration Burden ·         Using RDS, you can easily deploy the database from project conception to production. ·         There is no need to install any database software and provide the infrastructure. ·         AWS automatically installs the latest software patches to the RDS instance which you have launched. 2.      Cost-effective ·        You just pay for what you use, and nothing more. No upfront payment is needed, just the monthly usage payment. 3.      Security ·         Using AWS Key Management Service (KMS), you can crea

What is Amazon EC2 -- Elastic Compute Cloud

From traditions we are working with the physical machines and Virtual machines, as an Administrator or a Developer we will be facing plenty of issues like hardware failure, security issues and a lot more. As cloud is the best solution for all the points, Amazon EC2 service is a way out for this. Amazon EC2 provides a virtual computing environment, known as Instances. We can launch as many instances we need using the predefined templates known as Amazon Machine Images (AMI). Best AWS Training  Institute In Gurgaon. We can choose any one of the purchasing option while launching an instance according to our necessity, as of now AWS is having 4 different types of Purchasing options, On-demand, spot instances, reserved and dedicated. Various configurations of cpu, memory and networking capacity of the instances are categorized as the Instance types. Mainly 5 instance types are available in EC2 like General Purpose, Compute Optimized, Memory Optimized, Storage Optimized and GPU instanc