ACArun Chandelintransferring-wordpress-files-via-ssh.hashnode.dev·Sep 27, 2024 · 6 min readSetup EC2 instance with Nginx for Wordpress website, Transfer WordPress Files from local machine to EC2 via SSH and setup RDS DatabaseMost Important: Keep these critical factors in mind before creating infrastructure: Security: By using custom security groups for both the EC2 and RDS instances and allowing only specific IPs, you enhance the security of your infrastructure. Same A...00
ACArun Chandelinarunchandel.hashnode.dev·Mar 13, 2024 · 3 min readIntegrating GitHub Actions with AWS using OIDCIntroduction: What is OIDC Today, we're deploying our GithHub code using GitHub Actions with OpenID Connect (OIDC). OpenID Connect (OIDC) is providing an extra layer of protection. It allows GitHub Actions to assume an IAM role in AWS directly, elimi...00
ACArun Chandelinarunchandel.hashnode.dev·Nov 14, 2023 · 5 min readDeploy React App on S3 and CloudFront using CodePipelineAWS CodePipeline is a fully managed continuous integration and continuous delivery (CI/CD) service provided by Amazon Web Services (AWS). It helps automate the building, testing, and deployment of applications.Today, I'm going to write a blog post ab...00