Coinbase
CI/CD 1 question
- #1Path-Based Workflow Execution
A repository at
/home/interview/repocontains a multi-component application with infrastructure code in the/infradirectory and documentation in the/docsdirectory. Currently, the repository has no automated workflow configured with path-based filtering to run workflows only when specific files change. A starter workflow file has been created at.github/workflows/infra-check.ymlwith the basic structure. The repository has the upload-artifact action available locally at.github/actions/upload-artifactfor artifact management.
Cloud 1 question
- #2Create IAM Role for EC2 with Full IAM Access
Your team needs an EC2 instance to manage IAM resources programmatically. To follow AWS security best practices, you should use an IAM role instead of embedding credentials.