Posts

Showing posts from August, 2015

All About Amazon Web Services(AWS)

Image
AWS is made up of Regions and Availability Zones. AWS Essentials Storage Basics On AWS There are different types of storage available in Amazon Web Services. here i will give core understanding of storage devices when we are thinking to architecting our applications in AWS. 1.S3(Simple Storage Service-S3) : It's a scalable object & File storage.You can store objects & Files such as pdfs,jpgs, anything that a regular operating system files. You can store unlimited data as files in objects(objects are from 1 byte to 1 TeraByte) you can upload your data form your off-site to your AWS S3 account. you can do  amazon server side encryption for your data. you can host static files and websites as well. The data in S3 automatically syncs to different availability zones in a region. So that it can be useful for the high available purpose as well.Hence S3 can be used for an high available environment. You can host private content using