Posts

AWS Well-Architected Framework

 Hi there! Lets talk AWS Well-Architected Framework. The bulb made of recommended strategies which illuminates and increases the value of your beloved business. So lets get into it! Lets start with, 1.What is AWS Well-Architected Framework all about? The AWS Well-Architected Framework helps you learn architectural best practices for designing and operating secure, reliable, efficient, cost-effective, and sustainable workloads in the AWS Cloud. It provides a way for you to consistently measure your architectures against best practices and identify areas for improvement. 2.Who created this framework? AWS Solution Architects (Well, that was tough to guess wasn't it?, hehe). They have years and years of experience architecting solutions across a wide variety of business verticals and use cases. SA' s have helped design and review thousands of customers’ architectures on AWS. From this experience, AWS has identified best practices and core strategies for architecting systems in the...

AWS Pricing Discussion

 Hey! Today's agenda is to go through AWS pricing in a nutshell. I will keep it simple, and this blog highlights the key features of AWS Pricing and key principles that needs to be followed to come up with the cost effective estimate. AWS Pricing The fascinating and attractive feature of the pricing model is "Pay-as-you-go" approach. You only pay for the services you consume and once you terminate and stop using them, you are no longer billed. Isn't it amazing? When you need services, ask for it, pay for it and when longer needed terminate them and have a cup of tea, haha. So flexible! How do you pay to AWS? Pay-as-you-go Organization can easily adapt to business changes. No need of guessing the capacity in prior, reduces the risk of overprovisioning and missing capacity. No over-committing budgets. Improve responsiveness to changes in the business.       2. Save when you commit           For 🠊 AWS Compute           ...

Multi-VPC connectivity, AWS network infrastructure.(Part-2)

Image
 Hi! This blog is the continuation of part-1, which is about the multi-VPC networking infrastructure. If you have not checked it out, click on the link below  Multi-VPC connectivity, AWS network infrastructure.(Part-1) :  https://cloudcentralblogs.blogspot.com/2022/05/multi-vpc-connectivity-aws-network.html So lets get into it, shall we? VPC to VPC connectivity AWS PrivateLink Source of above picture: AWS documentation This service can be used to route traffic between different VPCs and access AWS services on a private network using VPC endpoint, as shown in the above figure. The consumer and the service are not required to be in the same VPC. If the VPC is different, the consumer and service provider VPCs can have overlapping IP address ranges. So this a good option when client and servers in the two VPCs have overlapping IP addresses, as the endpoint configuration in consumer VPC leads to the creation of an ENI in the subnet with a private IP address that...

Multi-VPC connectivity, AWS network infrastructure.(Part-1)

Image
  Overview Amazon Web Services (AWS) customers often rely on hundreds of accounts and virtual private clouds (VPCs) to segment their workloads and expand their footprint. When a VPC needs to communicate with another VPC present in the same or different region/account, there should be a connection established. As the number of VPCs inc reases in an account or in a region due to the expansion of workload, the communication between those VPCs and the VPCs present in different accounts or regions becomes cumbersome. There could be various use cases and problems to solve other than mentioned above. AWS provides us choices that we can opt, which best suits our network infrastructure requirements. VPC to VPC connectivity VPC Peering AWS VPC peering is a point-to-point connectivity between VPCs. No transitive connections can be leveraged. Maximum of 125 peering connections per VPC. For hybrid connectivity i.e. peering connection between AWS VPC and on-premises network, VPN or Direct conne...

Multi-Tier Architecture in AWS with Best Practices.

Image
 Hi! This is my very first blog on Amazon Web Services, the team creating an  ocean of services, to whose beach party; innovation, business transformation and sustainability in technology and many more are most welcomed. I am currently working as an AWS Cloud Engineer and I am glad to say that building business workloads on AWS is one of my passion. Fundamentals are very important for any project to be successful. So, I thought I will take a basic yet very important topic and share my knowledge and opinions about it. Grab a coffee and sit back, you are about to take a multi-informational tour. Multi-Tier Architecture in AWS with Best Practices. In multi-tier architecture, there can be, Two layers comprising of Application tier and Database tier. Three layers comprising of Web tier, Application tier and Database tier. Four layers comprising of Web Tier, Application Tier, Proxy Tier and  Database Tier. I will be talking about the components, end-to-end function and how faul...