Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 22, 2024CloudFormation Template -Slack channel notifications with AWS ChatbotIntroduction In today’s cloud-centric world, effective notification and alerting systems are vital for managing and monitoring resources and applications. AWS provides a powerful service called #AWS Chatbot, which integrates with popular communicatio...Discussslack
Munilakshmi G J100daysdevops.hashnode.dev·Nov 21, 2024Day 26 of 100 Days : Discovering the Magic of the Cloud in DevOpsWelcome to an exciting day in your DevOps journey! 🌥️ Today, we’re stepping into the dynamic world of cloud computing—a game-changer that brings speed, flexibility, and innovation to how we build, deploy, and scale applications. By the end of this d...DiscussCloud
Ricardo CinoforRicardo Cinoricardocino.hashnode.dev·Nov 20, 2024Avoiding CloudFormation Stack OutputsRecently I’ve been working on a new project where we created many resources in a lot of different stacks. A feature of CloudFormation is that you can output values from your stack, which is great for referencing resources in other stacks. However, wh...DiscussAWS
Jatin Shastrijatinshastri.hashnode.dev·Nov 18, 2024Mastering AWS CloudFormation: Simplify Infrastructure as CodeWhen managing infrastructure in the cloud, automation is key to efficiency and scalability. AWS CloudFormation is one of the most powerful tools in a DevOps engineer’s arsenal, enabling Infrastructure as Code (IaC) to provision and manage AWS resourc...Discuss·10 likesAWS
Parth Prajapatiparthdeveloper.hashnode.dev·Nov 11, 2024Implementing Infrastructure as Code with AWS CloudFormation and AWS CDKImplementing Infrastructure as Code (IaC) in AWS has revolutionized the way we manage and deploy resources in the cloud. Using tools like AWS CloudFormation and the AWS Cloud Development Kit (CDK), teams can automate infrastructure provisioning and m...DiscussAWS
yyounos shaikyoushaik.hashnode.dev·Nov 5, 2024CloudDevops - Automate with CloudFormationDIFFICULTY : MID-LEVEL TIME : 150 mins COST : 0$ WHAT YOU’LL NEED: An AWS account - Create one here! part-1 : Building an WebApp and IDE in AWS. Part-2 : Setting up Git reposirtory with AWS CodeCommit. Part-3 : Secure Project Dependencies with AW...DiscussAWS
yyounos shaikyoushaik.hashnode.dev·Nov 4, 2024Cloud DevOps - Deploy an App with CodeDeployDIFFICULTY : MID-LEVEL TIME : 120 mins COST : 0$ WHAT YOU’LL NEED: An AWS account - Create one here! part-1 : Building an WebApp and IDE in AWS. Part-2 : Setting up Git reposirtory with AWS CodeCommit. Part-3 : Secure Project Dependencies with AW...DiscussAWS
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 22, 2024AWS CloudFormation Template -AWS Lambda LayerIntroduction:- In modern cloud computing environments, deploying and managing serverless applications is becoming increasingly prevalent due to its scalability and cost-effectiveness. #AWS CloudFormation, a service offered by #Amazon Web Services (AW...Discussaws lambda layer
htooaung shineforHeinux Blogsheinhtetwin.hashnode.dev·Oct 22, 2024Leveraging AWS Global Accelerator to Obtain Static IP Addresses: A Solution for Unstable Networks in MyanmarIntroduction In Myanmar, unstable or restricted access to the internet has become a major issue for businesses and individuals. Some business companies encountered customers who couldn’t access their applications or portals that were hosted on AWS. S...Discuss·78 readsAWS ServicesAWS
Jakub Duchoňblog.duchy.sk·Oct 21, 2024Importing CloudFormation templates into a CDK applicationIntroduction In this brief blog post, we will look into how we can integrate an existing AWS CloudFormation template into an AWS CDK (Cloud Development Kit) application, and some of the use cases where we might want to use this approach. We will also...Discuss·62 readsCDK