Skip to main content

AWS Cloud Strengths and Benefits

When considering AWS cloud adoption you have to be clear as to what are the strengths and benefits that AWS has to offer.  And when architecting your infrastructure, you have to build on these strengths and benefits in order to effectively maximize your cost savings and infrastructure improvements.

Here I will discuss some of the major strengths and benefits of AWS.


Disposable Compute

- With traditional Data Centers compute resources aren't easily disposed of after it has already served its purpose.  They would normally be re-purposed or re-allocated to other projects or services other than what they were intended for when purchased.  The requirements for these may vary thus putting you at risk of being over or under capacity.  With AWS you can spin up compute resources as needed and tear them down after use.  No need to hold on to resources that you no longer need.  


Flexible Capacity

- Your AWS cloud infrastructure has the capability to scale out or scale in depending on demand.  This is accomplished through the use of Autoscaling.  If setup correctly, you eliminate the guesswork in workload capacity management as your infrastructure automatically adjusts based on your predefined thresholds.


Cost Effective Storage

- AWS offers a variety of cost effective cloud storage solutions based on your need.  Here you have S3 Standard which is a highly available, object based storage solution which you can use to store frequently accessed files.  If your files are infrequently accessed but requires quick availability, you can choose the S3 Standard Infrequent-Access which is cheaper. As with most S3 storage classes, your data is stored in a minimum or 3 Availability zones.  If you do not have the need for such high availability and can easily replicate your object files, you can choose to use the S3 Reduced - Redundancy storage or S3 One Zone - Infrequent Access class which is another level cheaper than S3-IA.  The cheapest amongst all storage services is Glacier.  However,  this should only be used for data archiving.  Your object files are stored securely with S3 Standard redundancy but requires 3 - 5 hours for you to retrieve them.  Files stored in Glacier are not immediately accessible since you will have to submit a retrieval request and wait 3 - 5 hours for your files to be available.
For more details on S3 follow this link: Amazon S3 storage classes


Automation and Control

- Automation and Control is showcased on a whole new level in AWS. Others would argue that automation and control can also be achieved on a traditional data center through virtualization and scripting.  However there is still a degree of manual tasks that needs to be done in a non-cloud environment.  With AWS, you can architect your infrastructure as a code, automate deployment, disaster recovery, event responses and much more.  AWS Lambda is just one example of how robust the automation and control is with AWS.  With AWS Lambda, you can build your infrastructure as a code and have it deploy as a response to an event, therefore you only pay for the resources only when your code or application runs.


There are still other benefits to be had when using AWS.  It all depends on how you build your infrastructure and which use cases you base your deployments upon.  But these are the main ones that are always evident with every use case scenario of an AWS Cloud deployment.
     

Comments

Popular posts from this blog

Welcome!

Hello dear readers! Welcome to my blog where I present the world of cloud computing on AWS.  Here you will find information that'll help you understand what it is, where it is, and how you can use it.  This blog will include AWS facts and news, use cases and projects, guides and instructions, tips and tricks, and a whole lot more to follow as I continue to develop this site to be a one stop shop for everyone wanting to know how AWS ome AWS is. (wink.. wink...) So keep on reading through the articles to find what you want and feel free to comment on what contents you would like to see in the future.  Have a great day everyone!

AWS End User Computing

The End User Computing category comprises of services which cater to Workstation Services needs.  It provides virtualized computer terminals as well as an Application Streaming service in a client-server setup. Here are the two services that are currently in this category. WorkSpaces        - Amazon Workspaces enables you to provision virtual, cloud-based Microsoft Windows desktops for your users, known as WorkSpaces.  It eliminates the need to procure and deploy hardware or install complex software.  You can quickly add or remove users as your needs change.  Users can access their virtual desktops from multiple devices or web browsers.        - Virtual terminals (VDI).  A way of having your desktop in the cloud. WorkDocs        - Amazon WorkDocs is a fully managed, secure, enterprise storage and sharing service with strong administrative controls and feedback capabilities that improve user prod...

How to create an AWS free-tier account

Creating an AWS account isn't all that difficult.  This should be your 2nd step in your AWS journey.  The first being a clear familiarization of the various AWS services and their functions.  If you are not at all familiar with any of them, I would suggest you check out my previous posts which briefly discusses the various core services available in AWS then come back here to create your AWS account. When creating an AWS account you will need the following: A registered email address.   A credit card note: don't worry about fees.  creating the free tier account is totally free.  and there is a list of services that you will have free access to within their respective usage parameters.  Just be aware of these parameters as you can be charged if you go over the usage limit for the free tier account.   Now that you have the requirements available, lets begin creating your account.   First click this:  AWS Free Tier and then...