Skip to content
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

Closed
3 tasks
JimmyJuarez10 opened this issue Mar 14, 2024 · 3 comments
Closed
3 tasks

AWS: Create new services for AWS #65

JimmyJuarez10 opened this issue Mar 14, 2024 · 3 comments

Comments

@JimmyJuarez10
Copy link
Member

JimmyJuarez10 commented Mar 14, 2024

Account Name

JimmyJuarez10

Project(s) Name

CivicTechJobs

Action Items

  • Create list of resources needed
  • Destroy current configuration
  • Rebuild with Terraform

Resources for

  1. ECR - Read/Write Docker Containers for our Application
@JimmyJuarez10 JimmyJuarez10 added the enhancement New feature or request label Mar 14, 2024
@robinglov
Copy link
Member

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.

@ExperimentsInHonesty ExperimentsInHonesty transferred this issue from hackforla/devops-security Mar 28, 2024
@JimmyJuarez10
Copy link
Member Author

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 JimmyJuarez10 changed the title AWS: Request Access to ECR , s3, & ECS/EKS AWS: Create services for ECR , s3, & ECS/EKS Apr 25, 2024
@JimmyJuarez10 JimmyJuarez10 changed the title AWS: Create services for ECR , s3, & ECS/EKS AWS: Create new services for AWS Apr 25, 2024
@ExperimentsInHonesty
Copy link
Member

  • closing as unplanned because it's a duplicate issue to #124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

4 participants