Tobias Müllerfortobilg.comserverlessly.hashnode.net·Jan 10, 2023FeaturedBuilding a global reverse proxy with on-demand SSL supportMotivation Who needs a reverse proxy with on-demand SSL support? Well, think about services as Hashnode, which also runs this blog, or Fathom and SimpleAnalytics. A feature that all those services have in common? They all are enabling their customers...Discuss·13 likes·546 readsAWS
Ninad IngaleforTechnophile Holmes Articlestechnophileholmes.hashnode.net·Oct 7, 2022Cloud Computing: An Emerging Technology!The interesting thing about cloud computing is that we've redefined cloud computing to include everything that we already do. -- Richard Stallman The business-focused idea of outsourcing services and the technology-focused idea of utility computing...Discuss·12 likes·125 readsCloud Computing
Keshav BistforKeshav Bistksvbist.hashnode.net·Oct 2, 2022Anatomy of AWS CloudFormation templatesBackground AWS CloudFormation is an Infrastructure as a code (IaC) service that offers easy modeling, provisioning, and management of the AWS and third-party resources using templates written in YAML or JSON files. Writing CloudFormation templates fo...Discuss·10 likes·139 readsAWSAWS
Shriniwas Tiwariforshriniwas.hashnode.net·Apr 14, 202311 Reasons to Use AWS CloudFormation for Provisioning Your ArchitectureManaging your infrastructure as code is one of the key DevOps practices, and AWS CloudFormation is your service on AWS to realize it. In this post, I explain 11 reasons for using AWS CloudFormation and automating the provisioning of your infrastructu...DiscussDevops
Abhishek KumarforAbhishekabhishek003.hashnode.net·Apr 11, 2023Building a Resilient LAMP Stack on AWS with CloudFormation and Auto ScalingIn this article, We will Provision the infrastructure and Host a highly available & scalable LAMP(Linux, Apache, Mysql, PHP) Stack over the AWS cloud using the Infrastructure as a code (IAC) service named CloudFormation. Prerequisite: An AWS account....Discuss·42 readsAWS
Jonathan Galdinoforjonathangaldino.hashnode.net·Apr 8, 2023Deploying a Web App to AWS and exposing it to the InternetAfter reading ten of thousands of job posts, one thing was common: Knowing how to deploy a web app in a cloud. I work with AWS resources for almost 3 years now, but I never fully deployed an app to AWS, the company always has someone fully responsibl...Discuss·50 readsAWS
VIVEK RAJYAGURUforThe Code Craftersvivekrajyaguru.hashnode.net·Apr 1, 2023Setting Up Infrastructure as Code with AWS CloudFormation: A Step-by-Step Guide with Code ExampleInfrastructure as code (IaC) is a modern approach to managing IT infrastructure by using machine-readable configuration files. One of the most popular tools for implementing IaC is AWS CloudFormation. In this blog post, we will explore how to set up ...DiscussAWS
Sukhpreet SinghforSukhpeet's Blogsukhpreet.hashnode.net·Mar 30, 2023AWS CloudFormation: Simplifying Infrastructure as CodeFirst of all, we need to understand what is Infrastructure As Code(IAC). "It is a DevOps practice that involves automating the process of deploying and managing IT infrastructure through version-controlled configuration files." In other words, IAC is...Discuss·30 readsAWS
Stefan OlaruforStefan Olarustefanolaru.hashnode.net·Mar 28, 2023Run Lambda functions with fixed IPA Lambda function runs in its own container and when invoked, the external requests to 3rd-party services will appear as coming from various IP addresses. This becomes a problem when our Lambda function needs to communicate with IP-restricted access ...Discuss·68 readsAWS
Mariano GonzálezforImplementandingmarianogg9.hashnode.net·Mar 18, 2023Troposphere: make CloudFormation legible againLet's go back a few years. I'd just joined a new team in a new company, all the infrastructure was in AWS, and I had very little IaC experience at the time. Some background CloudFormation is AWS's Infrastructure as Code service by default and many o...Discuss·10 likes·52 readscloudformation
hayao_kforhayao-k.devhayao-k.hashnode.net·Mar 17, 2023Creating AWS resources for GitHub audit log streaming with CloudFormation.Introduction GitHub Enterprise Cloud audit logs support log streaming to various cloud providers. https://docs.github.com/en/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/streaming-the-a...Discuss·64 readsAWS
Stefan OlaruforStefan Olarustefanolaru.hashnode.net·Mar 8, 2023Scalable webhook listeners in AWSTraditionally, when we think about loose coupling and serverless in AWS, it's an API Gateway endpoint triggering a Lambda function that sends messages into SQS. But API Gateway directly integrates with a handful of other AWS APIs, and SQS is one of t...Discuss·10 likes·116 readsAWS
Balman RawatforBalman's Blogbalman.hashnode.net·Mar 3, 2023Managing CloudFormation Stacks at Scale with cfn-composeOverview As infrastructure grows more complex, managing multiple CloudFormation Stacks becomes a challenge. Typically, actions such as creating, updating, or deleting stacks are performed on a single stack at a time. Inaddition deleting stacks in a d...Discuss·40 readscloudformation