You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -115,6 +119,8 @@ As a part of this deployment, you will create an AMI for the portal EC2 instance
115
119
- AWS ImageBuilder
116
120
- AWS EC2
117
121
- AWS IAM
122
+
- AWS service catalog
123
+
- Elastic container Registery
118
124
119
125
## Installing the required 3rd party software
120
126
@@ -142,6 +148,7 @@ You can create the AMI with pre-requisites yourself by following these steps:
142
148
export AWS_DEFAULT_REGION="Your_Region"
143
149
144
150
- Clone this repo on a machine.
151
+
- Target Account number must be added in Admin Account-ECR and give permission to access image builds
145
152
- Create a Role and attach a policy which permits ECR and EC2 actions and Replace the "iam-instance_profile" :"<your_rolename>" in builders section which is in the packer-rg.json.
146
153
- Run packer build packer-rg.json
147
154
@@ -152,7 +159,15 @@ You can create the AMI with pre-requisites yourself by following these steps:
152
159
### Installing Research Gateway
153
160
154
161
Clone this repo on a machine that has AWS CLI configured with Default output format as JSON.
ConstraintDescription: must be a valid EC2 instance type.
29
+
KeyPair:
30
+
Description: Name of an existing EC2 KeyPair to enable SSH access to the instance. If no key pairs exist, please create one from the button next to the dropdown. Please contact your Administrator if you are unable to create one.
31
+
Type: AWS::EC2::KeyPair::KeyName
32
+
ConstraintDescription: must be the name of an existing EC2 KeyPair.
33
+
AllowedSSHLocation:
34
+
Description: The IP address range that can be used to SSH to the EC2 instances
0 commit comments