mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Comm update
This commit is contained in:
parent
c0d1ac1fed
commit
0f8e514427
4 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
# This script sets up basic AWS environment for pushing docker images into the cloud
|
# This script sets up basic AWS environment for pushing docker images into the cloud
|
||||||
# It creates: VPC, Subnet, Elastic Container Registry (ECR), EC2 instance with a public IP, Security Groups
|
# It creates: VPC, Subnet, Elastic Container Registry (ECR), EC2 instance with a public IP, Security Groups
|
||||||
#
|
#
|
||||||
# Note: script needs preconfigured AWS CLI
|
# Reqiured: Docker, configured AWS CLI, EC2 key pair created from AWS
|
||||||
|
|
||||||
# Global data
|
# Global data
|
||||||
REGION="eu-west-1"
|
REGION="eu-west-1"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# This script removes AWS environment from previus scripts
|
# This script removes AWS environment from previus scripts
|
||||||
# It removes: VPC, Subnet, Elastic Container Registry (ECR), EC2 instance with a public IP, Security Groups
|
# It removes: VPC, Subnet, Elastic Container Registry (ECR), EC2 instance with a public IP, Security Groups
|
||||||
#
|
#
|
||||||
# Note: script needs preconfigured AWS CLI
|
# Reqiured: configured AWS CLI
|
||||||
|
|
||||||
read -p "Enter VPC id: " VPC_ID
|
read -p "Enter VPC id: " VPC_ID
|
||||||
read -p "Enter Subnet id: " SUBNET_ID
|
read -p "Enter Subnet id: " SUBNET_ID
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# -------------------
|
# -------------------
|
||||||
# This script sets authenthicates and pulls docker image. Then runs it on host
|
# This script sets authenthicates and pulls docker image. Then runs it on host
|
||||||
|
#
|
||||||
|
# Reqiured: configured AWS CLI, EC2 key pair created from AWS
|
||||||
|
|
||||||
# Global data
|
# Global data
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# -------------------
|
# -------------------
|
||||||
# This script sets builds and pushes image to previously made ECR
|
# This script sets builds and pushes image to previously made ECR
|
||||||
#
|
#
|
||||||
# Note: docker is reqiured
|
# Reqiured: Docker, configured AWS CLI, EC2 key pair created from AWS
|
||||||
|
|
||||||
# Global data
|
# Global data
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue