generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS: Create new services for AWS #65
Labels
Comments
We need to move this issue over to incubator where we need to create these resources. Will need to understand who created the configuration files (in state file but not checked into codebase. @JimmyJuarez10 will investigate. |
Sorry I have been a bit inactive I was on vacation the past week. Attached is the configuration that was in the code base. {
"family": "<FAMILY>",
"taskRoleArn": "arn:aws:iam::035866691871:role/<TASK_ROLE_ARN>",
"executionRoleArn": "arn:aws:iam::035866691871:role/<EXECUTION_ROLE_ARN>",
"networkMode": "awsvpc",
"requiresCompatibilities": ["FARGATE"],
"cpu": "256",
"memory": "512",
"containerDefinitions": [
{
"name": "<CONTAINER_NAME>",
"image": "",
"portMappings": [
{
"containerPort": 8000,
"protocol": "tcp"
}
],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "ecs/<ECS_SERVICE>",
"awslogs-region": "us-west-2",
"awslogs-stream-prefix": "app"
}
},
"healthCheck": {
"command": ["CMD-SHELL", "curl -f http://localhost:8000/ || exit 1"],
"interval": 30,
"timeout": 5,
"retries": 3,
"startPeriod": 30
}
}
]
} |
JimmyJuarez10
changed the title
AWS: Request Access to ECR , s3, & ECS/EKS
AWS: Create services for ECR , s3, & ECS/EKS
Apr 25, 2024
JimmyJuarez10
changed the title
AWS: Create services for ECR , s3, & ECS/EKS
AWS: Create new services for AWS
Apr 25, 2024
|
ExperimentsInHonesty
closed this as not planned
Won't fix, can't repro, duplicate, stale
Apr 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Account Name
JimmyJuarez10
Project(s) Name
CivicTechJobs
Action Items
Resources for
The text was updated successfully, but these errors were encountered: