Skip to main content

Posts

Showing posts from May, 2019

AWS RDS

AWS RDS Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizable capacity for an industry-standard relational database and manages common database administration tasks. – aws documentation   Its simply a Service which give you all kind of database platform. You no need to worry about the infra r manages the infra everything will be taken care by AWS side. Cool Isn’t it. – Tech Bird Just tell what database you need MySQL, SQL Server, or anything out there. Fill the required details like DB name, DB password and mention you want the DB to be inside a VPC or not, configure the security groups (who can access this database) and click finish. That’s it you will get an endpoint by which you can able to connect to the Database directly without needing to install anything in your local machine or in any VM. You no need to worry about the Infra of t

AWS S3

AWS S3 S3 - Amazon S3 or Amazon Simple Storage Service is a "simple storage service" offered by Amazon Web Services that provides object storage through a web service interface. Amazon S3 uses the same scalable storage infrastructure that Amazon.com uses to run its global e-commerce network.  – Wikipedia That means you meant to say that S3 is like Google Drive, Drop box, One Drive? Not Exactly, but like that. S3 is a storage place where you can store and retrieve your data. S3 is based on the object storage. What is Object Storage? Object storage is a computer data storage architecture that manages data as objects, as opposed to other storage architectures like file systems which manage data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. - Wikipedia S3 in some other words It is a scalable, high-speed, web-based cloud storage service designed for online backup and archiving of data and applications on Amazon Web Services.