Ricardo CinoforRicardo Cinoricardocino.hashnode.dev·Nov 21, 2024Private API Gateway with DNSAt PostNL we are building most of our applications with Serverless in mind, let me rephrase that, we build all our applications within our own landing zone with Serverless only. There is no option to deploy any kind of EC2 and if you need containers ...DiscussAPI Gateway
Aditya Gadhaveadityag7678.hashnode.dev·Nov 17, 2024Understanding Amazon Route 53: A Comprehensive GuideWhat Is Amazon Route 53? Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. It is designed for developers and corporations to route the end users to Internet applications by translating human-readable nam...DiscussAWS
Shubham Tawareshubzz.hashnode.dev·Nov 16, 2024DevSecOps in Action: How to Secure Your CI/CD PipelineIn this blog, we’ll explore how to incorporate essential security practices into the CI/CD pipeline to create a secure, efficient, and resilient software delivery process. With a DevSecOps approach, security checks are embedded early in the pipeline,...Discuss·2 likes·92 readsKubernetes
Navya Anavyadevops.hashnode.dev·Nov 4, 2024Deploying a Scalable Web Application on AWS with EC2, ALB, and Route 53In this tutorial, we will walk through the process of launching an Amazon EC2 instance with Apache HTTPD installed, registering it with an Application Load Balancer (ALB), and creating a Route 53 subdomain. This setup provides a scalable and robust s...Discuss·35 readsAWS
Jubril Edunjubriledun.hashnode.dev·Nov 1, 2024Set Up a Multi Tier Web Application(Java) on AWSIn this project, we are going to host and run our java application on AWS using a multi tier web application stack. For this project we’ll be making use of the following services EC2 instances: VMs for Tomcat, RabbitMQ, Memcache and MySQL servers. EL...DiscussAWS
Ngozi Oparangozihannahopara.hashnode.dev·Oct 28, 2024How to Host an On-Demand Streaming Video With AWS S3, CloudFront, and Route 53As a cloud engineer, a strong understanding of hosting and distributing media files via cloud platforms like AWS is essential. AWS offers services that simplify uploading, streaming, and delivering media across multiple web applications and regions. ...Discuss·10 likes·77 readsAWS
Shubham Tawareshubzz.hashnode.dev·Oct 19, 2024AWS CI/CD with AWS CodeCommit, CodeBuild, CodeDeploy, and CodePipeline with Rollback CapabilityIn this project, I built an end-to-end CI/CD pipeline utilizing AWS DevOps services such as Cloud9, CodeCommit, CodeBuild, Code Artifactory, CodeDeploy, CodePipeline and Route 53. The pipeline is designed to automate the entire software delivery proc...DiscussDevops
Daniel Herdanielher.hashnode.dev·Oct 18, 2024Building a Resume: A Journey into Cloud Serverless ArchitectureThe diagram above is a snapshot of my latest project, where I’ve been exploring cloud architecture in depth. At first glance, it might seem unfamiliar to someone without a technical background—like I once was. Hi, I’m Daniel. When I was a social work...Discuss·40 readsAWS
Maxat Akbanovmaxat-akbanov.com·Oct 18, 2024AWS Route 53: Latency-based Routing PolicyLatency-based routing (LBR) in AWS Route 53 is designed to route end-user requests to the AWS region that provides the lowest latency. This routing policy ensures that users are connected to the closest and fastest endpoint (in terms of network laten...Discuss·35 readsawsDevops
Maxat Akbanovmaxat-akbanov.com·Oct 16, 2024AWS Route 53: Weighted Routing PolicyThe Weighted Routing Policy allows you to route DNS query traffic to multiple resources in proportions that you specify. By assigning a relative weight (a numerical value) to each DNS record, you can control the percentage of requests that is directe...Discussawsweighted