Sharanya Ganesh Prasadaws-iac-cloudformation-introduction.hashnode.dev·Oct 15, 2024How to Inject a Public Key into EC2 using CloudFormation on Windows: A Step-by-Step Guide1. Introduction: When launching an EC2 instance, secure SSH access is crucial. While AWS provides multiple ways to manage SSH keys, using CloudFormation to inject a public key into your instance is a scalable solution. In this guide, we’ll walk you t...Discuss·3 likes·52 readspublickey inject
Unnati Guptadevunnatig.hashnode.dev·Oct 14, 2024Learn All Terraform Commands: A Complete GuideIn the previous blog, I discussed How to set up Terraform on a Linux server. You can check it here: Terraform installation. Terraform, a powerful Infrastructure as Code (IaC) tool, allows engineers to manage cloud infrastructure through configuration...Discuss·10 likes·71 readsTerraform
Sharanya Ganesh Prasadaws-iac-cloudformation-introduction.hashnode.dev·Oct 13, 2024An Introduction to AWS CloudFormation: Laying the Foundation for Cloud InfrastructureIn today’s cloud-centric world, automating the provisioning of resources is critical for efficiency, scalability, and error reduction. AWS CloudFormation plays a central role in this automation by offering a seamless way to define, manage, and provis...Supreeth Mysore Venkatesh and 2 others are discussing this3 people are discussing thisDiscuss·10 likes·123 readsAWS cf
Waqas Iqbaldevopsndata.hashnode.dev·Aug 26, 2024Create an EC2 Instance with a Default Security Group and SSH Permissions Using AWS CloudFormationCloudFormation is a service provided by Amazon Web Services (AWS) that allows you to define and manage a collection of related AWS resources. It uses a declarative language (YAML or JSON) to describe the resources you want to create, modify, or delet...Discuss·36 readsAWSAWS
Frepin Gonsalvesefrepin.hashnode.dev·Aug 14, 2024Understanding Terraform: A Comprehensive Guide to Infrastructure as Code (IaC)In today's world of cloud computing, managing infrastructure efficiently is crucial. Terraform, an open-source tool by HashiCorp, provides a robust way to define and manage your infrastructure as code (IaC). In this blog, I’ll break down the core con...DiscussDevops
Adarsh Kumar Vermaadarshverma013.hashnode.dev·Jul 21, 2024What is AWS CDK?Hola Amigos, In this article I am going to talk about following topics -1. Why to use CDK?2. What is CDK?3. How it works?4. Advantages of CDK over alternative IAC solutions. Why to use CDK? When starting with AWS we normally start from AWS console....Discuss·1 likeCDK
Omprakash Kalagoniomprakash-kalagoni-blog.hashnode.dev·Jul 15, 2024Learn Terraform: Your First Steps in Infrastructure as CodeIn this Terraform series article, let us understand Terraform - Infrastructure as Code, why we use this tool, and how to use it. Before I begin, let us understand infrastructure. In IT organizations, different environments such as DEV, QA, UAT, and ...DiscussMastering Terraform: Simplifying Infrastructure ManagementDevops
Haiman Sherhaimanshercloud.hashnode.dev·Jul 8, 2024Key Insights into AWS CloudFormation: Best Practices RevealedAWS CloudFormation is a powerful Infrastructure as Code (IAC) service by AWS that enables you to model and provision AWS infrastructure in a safe, predictable manner. By defining your entire infrastructure as code, CloudFormation eliminates the need ...DiscussAWS
Reza RashidiforDevSecOpsGuidesrezaduty-1685945445294.hashnode.dev·Jul 8, 2024Attacking IaCAttacking Infrastructure as Code (IaC) methods involves exploiting vulnerabilities and misconfigurations in the automation scripts and tools used to provision and manage IT infrastructure. IaC allows for the definition and deployment of infrastructur...Discuss·760 readsDevSecOps
Arnold Bernardarnold101.hashnode.dev·Jul 2, 2024Day 11 - AWS CloudFormation TemplatesDemystifying AWS CloudFormation Templates: Your Guide to Infrastructure as Code In the fast-paced world of cloud computing, managing infrastructure efficiently is crucial for any organization. AWS CloudFormation Templates (CFT) offer a powerful solut...Discuss#IaC