Skip to main content

Posts

EC2 High Memory Instance type

There is a new EC2 instance on town.  Welcome the EC2 High Memory Instance type . This EC2 instance support up to 12 Terabytes of memory in a single instance, are EBS optimized by default and includes enhanced networking. These instances use the latest generation 8 socket intel skylight processors. Database administrators who manage large in-memory databases such as SAP HANA would greatly benefit from the use of this type of instance as they are specifically designed to run complex, high performance analytics.  These instances are also certified by SAP to run their data analytics and processing applications. If you want to learn more about this instance type, follow this link:  EC2 High Memory

News

AWS changes and evolves rapidly and quite often that we are not able to keep up with everything that is released. The " What's New " section of my blog will help everyone get up to speed on what are the new technology releases or changes in the AWS space.  This will also provide a list of upcoming events, and webinars featured by AWS so everyone interested can participate in them. To view the articles,  just click More... and then click What's New. Be sure to check this section often or subscribe to get alerts whenever new articles are posted.

Creating IAM User Accounts

What is IAM? IAM (Identity and Access Management) is a component of AWS which manages Users, Groups, Policies, and Roles to control access permissions to your various services within your AWS environment. Here is where you can create User accounts, add them to groups that have attached permissions to control access or create policies or roles that you can attach to trusted entities to give them access to services within your environment.   For more details on IAM checkout this link:  AWS Identity and Access Management (IAM) In this article I will demonstrate how to create an administrator account that you can use to launch services in AWS.  In my previous post I mentioned that it is advised that you do not use your Master or Root account to perform these functions but instead use a separate Administrator account for the purpose of launching services.  The Master account should be used to manage Budgets, setup CloudWatch monitoring and consolidate child account...

Creating IAM Groups

When working on IAM for the first time, in my opinion, it is best that you start off at creating your initial IAM Groups before creating user accounts.  This will give you an overview of how you would allocate permissions depending on the job function of users you will be creating next. IAM Groups are similar to Microsoft AD Groups in such a way that it has attached permissions that provide any user added to the group access to perform certain functions on a given resource or resources.  However IAM Groups can only be used to manage permissions for AWS resources. This article shows you how to create IAM Groups. Steps to follow: Login to the AWS console using your Root account. Click Services and then Click " IAM " On the left hand side click " Groups " Click the " Create New Group " button Type the name of the group you wish to create then click the " Next Step " button. Choose the level of permission from the list of Policie...

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 ...

Creating a Billing Alert

Now that you have already created your free tier account, the next thing to do is to make sure you do not unintentionally incur charges as you play around the AWS environment.  Most of the services that you can try out are free however may have limitations.  Check out this link to see a list of the free services under the free tier account: AWS Free Tier details The best way to monitor your spending on AWS is to setup Billing Alerts.  In this post I will show you how you could set it up initially so that you will receive an email warning whenever your estimated charges go over a specified amount.  This will help you manage cost or avoid it totally. Here are the Steps: Login to your AWS account On the upper right corner click the drop down arrow right beside your account name, then click "My Billing Dashboard"  Scroll down to the Alerts and Notifications section.  On the second line where it says "Monitor your estimated charges." click on the high...

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...