Github AWS workflow examples
📄️ Deploy AWS resources using AWS CloudFormation
This example demonstrates how to deploy an AWS resource using an AWS CloudFormation template, via Port Actions.
📄️ Create An AWS EC2 Instance
Overview
📄️ Deploy S3 Bucket using Crossplane
This example demonstrates how to deploy Crossplane resources in your Kubernetes Cluster via Port Actions.
📄️ Manage An AWS EC2 Instance
In the following guide, you are going to create self-service actions in Port that execute a GitHub workflow to manage an EC2 instance in the following ways:
📄️ Provision Cloud Resource using Terraform Plan and Apply
In this guide, we will create two self-service actions in Port that execute a GitHub workflow to plan and apply a cloud resource such as s3 bucket using Terraform. The first action generates the Terraform plan for the S3 bucket configuration, while the second action reviews, approves, and applies the configuration to provision the bucket.
📄️ Add tags to ECR repository
This guide demonstrates how to add meaningful tags to your AWS ECR repository using Port's self-service action
📄️ Add tags to S3 Bucket
This GitHub action allows you to add tags to an S3 Bucket via Port Actions with ease.
📄️ Create an EKS cluster and deploy a Node.js app
In this guide, we are going to use self-service actions to demonstrate a workflow that does the following:
📄️ Build ECR image
Overview