Detailed Steps to create a new AWS Account

1. Go to the Amazon Web Services home page and sign up for an account.

    • Go to the Amazon Web Services home page.
    • Click Create a Free Account.
    • On the sign-in page, click Create an Account
      Note: This might be unavailable in your browser if you previously signed in to the AWS Management Console. In that case, click Sign in to a different account, and then click Create a new account.
    • Type the requested account information, and then click Continue.
    • Choose Personal or Professional.
    Note: These two account types are identical in functionality. You can choose a personal account for your personal projects or choose professional for use within your company, an educational institution, or an organization.
    • Type the requested company or personal information.
    • Read the AWS Customer Agreement, and then check the box.
    • Click Create Account and Continue.

2. Add a payment method.

    • On the Payment Information page, add a payment method by typing the requested information associated with your payment method.
    • Click Secure Submit.

3. Verify your phone number.

    • On the Phone Verification page, type a phone number that you can use to accept incoming phone calls.
    • Enter the code displayed in the security check.
    • When you're ready to receive a call, click Call me now. In a few moments, an automated system will call you.
    • Type the provided PIN on your phone's keypad. After the process has completed, click Continue.

4. Choose a support plan and sign in to your console.

    • On the Select a Support Plan page, select the Basic Plan included in the free tier.
    • Click Sign in to Console to sign in to your console.

AWS Free Tier Benefits with AWS Organizations

Hello Friends,

In this short article, we will talk about different scenarios around Free Tier benefits when you use an AWS account with AWS Organizations. There are couple of different combinations possible:

  1. In case of an independent AWS account, Free Tier benefit starts from the day of account creation. 
  2. If an AWS account is created via AWS Organization, then Free Tier benefits would start from the creation day of MASTER Account (in that Organization) and not the newly created (CHILD) AWS account.
  3. Third scenario is, if you create an AWS account independently and later on add it to AWS Organization. E.g. Account1 is created on 01-March-2019, there is another AWS Organization in which the Master account was created on 11-Jan-2019
    • When Account1 joins this Organization, the Free Tier benefit would be reset as if it is applicable from 11-Jan-2019. 
    • In case, Account1 leaves the Organization, the start date for Free Tier benefit would again become 01-Mar-2019 for Account1. 
In summary, while an AWS Account is part of an Organization, the Free Tier benefits would always be governed by the CREATION DATE of MASTER Account in that AWS Organization. 

I would like to thank Jagadish for pointing this out in our Organizations video as shown below. 





TLS Termination for Network Load Balancers :)

There is a reason I love AWS - they continue to impress you by bringing the features which customers demand. Here is a new feature which is going to make your life lot more easier with NLB.
Going forward, you do not have to keep SSL certificate on all your instances (behind NLB), rather you can terminate TLS connection at NLB. This saves you from lot of work and regular housekeeping.

If you have not setup NLB already, here is a video to show you step by step setup, you can watch and practice.


After this, it is recommended to spend 10 minutes to understand the benefits of this new feature, read it here.




AWS Transit Gateway - Setup & DEMO - announced in reInvent 2018 - Part 1

AWS Transit Gateway (TGW) is here to change things in AWS networking big time. It solves the existing problems of VPC peering limits when you try to make multiple VPCs talk to each other. Different customers were making it work with Transit VPC till now, where they were maintaining a VPC  in center and running third party software in this VPC which used to forward the traffic to other VPCs. But, managing Transit VPC was a big pain. With Transit Gateway, these maintenance activities go away. 


In this very first video, we are discussing, along with a detailed demo, about the setup of TGW and how to use it to achieve different scenarios of VPC peering. There would be further videos to discuss more complex architecture as well. 

Remember: 
  1. TGW is regional service. 
  2. TGW attachments will create an ENI in the subnet you have chosen.
  3. TGW is fully managed service and there is a charge for using it. Pricing depends on two factors: 
    • Number of attachments to TGW (per hour). Any partial hour is converted to full.
    • Amount of data processed (in GB). See rates here.
  4. One TGW route table can have multiple attachments associated to it. But, one attachment can use only TGW route table. 
  5. Static / blackhole routes take precedence over propagated routes. 
  6. VPCs peered via Transit Gateway cannot reference Security Groups of each other (currently).
SHARE this URL with your friends and help them as well. 

Now let us see the working DEMO --


AWS - Lambda | Clean your AWS account with ONE Lambda Function | PYTHON boto3

In this article, you will see a practical video where we will write a Lambda Function in PYTHON
which investigates your AWS account and deletes the resources which are costing you money.

You will also learn how to use boto3 Python library. A detailed interactive video with DEMO of every step.



boto3 Documentation -- https://boto3.readthedocs.io/en/latest/reference/services/ec2.html

Python Code - https://drive.google.com/open?id=1Ai82pBzIgqFC90_nl5FJ59JKwsCKmFlg


AWS - Practical & Scenario based Questions & Answers


Hello friends, 

In this post I want to inform you about some of the new activities I am trying to do. 

In order to make you equipped with more practical scenarios, I have decided to start #AWS #Question #Scenario series in which I would post a question on LinkedIn and Youtube community page. After few hours or next day, I shall reply as well. All are invited to participate and polish the understanding further. I request you to connect with me on LinkedIn - https://www.linkedin.com/in/knowledgeindia  

Also, the YouTube feed is great and it is enabled for our channel now. If you look at your Subscriptions in Youtube mobile app, you can see content from KnowledgeIndia. Or, you can also visit - https://www.youtube.com/user/knowledgeindia/community



A new series of video tutorials is coming which would be focused on practical scenarios only. Looking forward to hear from all of you. Check out the videos added recently and kindly help us by sharing the videos and content on LinkedIn. 


Selected videos!