Below you will find pages that utilize the taxonomy term “bitovi”
January 14, 2026
Deploy static site to AWS (S3+CDN+R53)
Version updated for https://github.com/bitovi/github-actions-deploy-static-site-to-aws to version v0.2.10.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of static sites to AWS by uploading files to an S3 bucket, with optional integration of a CDN and custom domain management via Route 53. It simplifies the process of hosting public files, configuring SSL certificates, and managing custom domains, providing scalable and secure static site hosting.
January 6, 2026
Deploy Docker to AWS (EC2)
Version updated for https://github.com/bitovi/github-actions-deploy-docker-to-ec2 to version v1.0.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 222 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of Docker-based applications to AWS EC2 instances, simplifying the process by provisioning resources, copying the repository, installing Docker, and running docker compose up. It addresses the challenges of manual EC2 setup and app deployment while supporting multiple environments through customizable resource identifiers.
January 5, 2026
Deploy an AWS ECS Cluster
Version updated for https://github.com/bitovi/github-actions-deploy-ecs to version v1.0.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 12 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, bitovi/github-actions-deploy-ecs, automates the deployment of AWS ECS clusters (Fargate or EC2) with tasks, service definitions, load balancers, DNS, and SSL certificates. It simplifies the process of creating scalable infrastructure for backend applications or services, allowing users to quickly configure and deploy multiple environments (e.
December 29, 2025
Deploy Docker to AWS (EC2)
Version updated for https://github.com/bitovi/github-actions-deploy-docker-to-ec2 to version v1.0.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 222 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, bitovi/github-actions-deploy-docker-to-ec2, automates the deployment of Docker-based applications to AWS EC2 instances. It provisions the necessary AWS resources, installs Docker, and runs docker compose up to deploy the application. By streamlining the deployment process, it solves the complexity of manually setting up infrastructure and running Docker applications on EC2, while offering features like resource uniqueness and optional backup retention for efficient management.
December 2, 2025
Deploy static site to AWS (S3+CDN+R53)
Version updated for https://github.com/bitovi/github-actions-deploy-static-site-to-aws to version v0.2.9.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Split tf code by @LeoDiazL in https://github.com/bitovi/github-actions-deploy-static-site-to-aws/pull/25 Add cache control if aws site cdn default ttl is set by @LeoDiazL in https://github.com/bitovi/github-actions-deploy-static-site-to-aws/pull/26 Full Changelog: https://github.com/bitovi/github-actions-deploy-static-site-to-aws/compare/v0.2.8...v0.2.9