원클릭으로
aws-amplify
Amplify via AWS CLI v2 (`aws amplify`). Apps, branches, domain associations, jobs, deployments, webhooks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Amplify via AWS CLI v2 (`aws amplify`). Apps, branches, domain associations, jobs, deployments, webhooks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
IAM Access Analyzer via AWS CLI v2 (`aws accessanalyzer`). Analyzers, findings, archive rules, access previews, policy tools.
Private CA via AWS CLI v2 (`aws acm-pca`). Certificate authorities, certificates, audit reports, permissions, policies.
ACM via AWS CLI v2 (`aws acm`). Certificates, import/export, validation, tags, account configuration.
Managed Prometheus via AWS CLI v2 (`aws amp`). Workspaces, alert manager, rule groups, scrapers, logging, resource policies.
API Gateway via AWS CLI v2 (`aws apigateway`). REST APIs, HTTP APIs, resources, methods, stages, authorizers, API keys, usage plans.
AppConfig via AWS CLI v2 (`aws appconfig`). Feature flags, configuration profiles, deployment strategies, environments, extensions, runtime data retrieval.
| name | aws-amplify |
| description | Amplify via AWS CLI v2 (`aws amplify`). Apps, branches, domain associations, jobs, deployments, webhooks. |
Complete reference for all aws amplify subcommands in AWS CLI v2. Covers app management, branch configuration, domain associations, backend environments, jobs, deployments, and webhooks for AWS Amplify Hosting.
aws amplify create-app --name my-app \
--repository https://github.com/user/repo \
--oauth-token ghp_xxxxxxxxxxxx \
--build-spec "version: 1\nfrontend:\n phases:\n build:\n commands:\n - npm run build"
aws amplify create-branch --app-id d1234abcde \
--branch-name main \
--stage PRODUCTION \
--enable-auto-build
aws amplify start-job --app-id d1234abcde \
--branch-name main \
--job-type RELEASE
aws amplify create-domain-association --app-id d1234abcde \
--domain-name example.com \
--sub-domain-settings 'prefix="",branchName=main' \
--sub-domain-settings 'prefix=www,branchName=main'
aws amplify create-deployment --app-id d1234abcde --branch-name main
# Upload files to the returned zipUploadUrl, then:
aws amplify start-deployment --app-id d1234abcde --branch-name main \
--job-id job-id
aws amplify list-apps --query 'apps[].{Name:name,Id:appId,Repository:repository}'
See index.md for the quick reference table and global options.
| Group | File | Commands |
|---|---|---|
| Apps | apps.md | create-app, delete-app, get-app, list-apps, update-app, generate-access-logs |
| Branches | branches.md | create-branch, delete-branch, get-branch, list-branches, update-branch |
| Domains | domains.md | create-domain-association, delete-domain-association, get-domain-association, list-domain-associations, update-domain-association |
| Jobs & Deployments | jobs-deployments.md | start-job, stop-job, get-job, list-jobs, delete-job, create-deployment, start-deployment, get-artifact-url, list-artifacts |
| Backend Environments | backend-environments.md | create-backend-environment, delete-backend-environment, get-backend-environment, list-backend-environments |
| Webhooks | webhooks.md | create-webhook, delete-webhook, get-webhook, list-webhooks, update-webhook |
| Tags | tags.md | tag-resource, untag-resource, list-tags-for-resource |