HVHima Varshini Polamarasettyinhimavarshini.hashnode.dev·Jun 11 · 4 min readAWS Networking Fundamentals: VPC, Subnets, Route Tables, Internet Gateway, and VPC PeeringIntroduction Networking is one of the most important concepts in AWS. Before launching applications on AWS, it's essential to understand how Virtual Private Clouds (VPCs), Subnets, Route Tables, Inter00
HVHima Varshini Polamarasettyinhimavarshini.hashnode.dev·Jun 10 · 3 min readHow to Create an IAM User, Group, and Attach Policies in AWSIntroduction AWS Identity and Access Management (IAM) helps you securely manage access to AWS services and resources. Using IAM, you can create users, organize them into groups, and assign permissions00
HVHima Varshini Polamarasettyinhimavarshini.hashnode.dev·Jun 4 · 3 min readCreating an AWS EC2 Instance Using GitHub ActionsIntroduction Infrastructure as Code (IaC) helps automate cloud resource creation. Instead of manually creating AWS resources through the AWS Console, we can use GitHub Actions to provision infrastruct00
HVHima Varshini Polamarasettyinhimavarshini.hashnode.dev·May 20 · 5 min readDeploying a Simple HTML Website on an AWS EC2 Instance Using Ubuntu LinuxIntroduction During my training at Millennium Software Solutions, I learned how to create an AWS EC2 instance, connect it to a Linux server, create an HTML file, and host a simple website using Ubuntu00
HVHima Varshini Polamarasettyinhimavarshini.hashnode.dev·May 19 · 3 min readUnderstanding Important Ubuntu/Linux CommandsMy Learning Experience at Millennium Software Solutions Linux is one of the most powerful and widely used operating systems in the technology world. During my learning journey at Millennium Software S00