Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
linux2Java
/
amazon-ecs-cli
Public
forked from
aws/amazon-ecs-cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
amazon-ecs-cli
ecs-cli
modules
clients
on
dev
User selector
All users
All time
Commit history
Commits on Jan 22, 2019
Added support for the arm64 ECS Optimized AL2 AMI and the A1 instance family
PettitWesley
committed
56081f8
View commit details
Copy full SHA for 56081f8
View code at this point
Browse repository at this point
Commits on Jan 16, 2019
Make test more realistic
Hsing-Hui Hsu
committed
5613ce7
View commit details
Copy full SHA for 5613ce7
View code at this point
Browse repository at this point
Support FIPS endpoints for image commands
Hsing-Hui Hsu
committed
56d5669
View commit details
Copy full SHA for 56d5669
View code at this point
Browse repository at this point
Commits on Dec 5, 2018
Refactor UpdateService
Hsing-Hui Hsu
committed
2620dbc
View commit details
Copy full SHA for 2620dbc
View code at this point
Browse repository at this point
Commits on Nov 16, 2018
ran make generate with the latest version of mockgen
PettitWesley
committed
857ebf6
View commit details
Copy full SHA for 857ebf6
View code at this point
Browse repository at this point
Commits on Oct 25, 2018
Create task execution role for registry creds on 'registry-creds up'
allisaurus
committed
79a185a
View commit details
Copy full SHA for 79a185a
View code at this point
Browse repository at this point
Add IAM client tests
allisaurus
committed
bede251
View commit details
Copy full SHA for bede251
View code at this point
Browse repository at this point
Add IAM client
allisaurus
committed
a97cc42
View commit details
Copy full SHA for a97cc42
View code at this point
Browse repository at this point
Add tests for registry-creds up
allisaurus
committed
c5300d2
View commit details
Copy full SHA for c5300d2
View code at this point
Browse repository at this point
Add secret creation to registry-creds cmd
allisaurus
committed
9667b09
View commit details
Copy full SHA for 9667b09
View code at this point
Browse repository at this point
Bug fix: log client creation doesn't change region in session
PettitWesley
committed
e80c533
View commit details
Copy full SHA for e80c533
View code at this point
Browse repository at this point
Use Amazon Linux 2 ECS AMI
PettitWesley
committed
bbcc865
View commit details
Copy full SHA for bbcc865
View code at this point
Browse repository at this point
Commits on Oct 16, 2018
Implemented update and delete functionality for Service Discovery, refactored create
PettitWesley
committed
a7a4bbb
View commit details
Copy full SHA for a7a4bbb
View code at this point
Browse repository at this point
Tying everything together:
Show description for 9e21374
PettitWesley
committed
9e21374
View commit details
Copy full SHA for 9e21374
View code at this point
Browse repository at this point
Enable DNS in VPCs created by the ECS CLI be setting EnableDNSHostnames to true.
PettitWesley
committed
d0e329b
View commit details
Copy full SHA for d0e329b
View code at this point
Browse repository at this point
Enable Service Discovery and create route53 resources in the compose service up/create commands
PettitWesley
committed
922ca35
View commit details
Copy full SHA for 922ca35
View code at this point
Browse repository at this point
Added functionality to find public and private namespaces by name
PettitWesley
committed
eeeaf3f
View commit details
Copy full SHA for eeeaf3f
View code at this point
Browse repository at this point
Regenerate mocks after rebasing with dev branch
PettitWesley
committed
8f81940
View commit details
Copy full SHA for 8f81940
View code at this point
Browse repository at this point
Added cloudformation templates for service discovery service and private namespaces
PettitWesley
committed
80f171a
View commit details
Copy full SHA for 80f171a
View code at this point
Browse repository at this point
Refactored cloudformation client and params to be more generic so that they can be re-used.
Show description for 96b5705
PettitWesley
committed
96b5705
View commit details
Copy full SHA for 96b5705
View code at this point
Browse repository at this point
Commits on Oct 12, 2018
Add support to EC2 Spot instances
vyncentk
authored and
PettitWesley
committed
fb37e03
View commit details
Copy full SHA for fb37e03
View code at this point
Browse repository at this point
Commits on Oct 10, 2018
Fix typo in cluster CFN template
Hsing-Hui Hsu
committed
e4ee1d8
View commit details
Copy full SHA for e4ee1d8
View code at this point
Browse repository at this point
Commits on Oct 8, 2018
Add new instance types
Hsing-Hui Hsu
committed
76aee19
View commit details
Copy full SHA for 76aee19
View code at this point
Browse repository at this point
Commits on Sep 30, 2018
Add support for t3 instance types
sethfitz
committed
5e9a400
View commit details
Copy full SHA for 5e9a400
View code at this point
Browse repository at this point
Commits on Sep 22, 2018
Add support for custom user data with the ECS CLI:
Show description for a2d83ad
PettitWesley
committed
a2d83ad
View commit details
Copy full SHA for a2d83ad
View code at this point
Browse repository at this point
Commits on Sep 21, 2018
Add KMS client tests
allisaurus
committed
91b0aab
View commit details
Copy full SHA for 91b0aab
View code at this point
Browse repository at this point
Generate KMS client mocks
allisaurus
committed
c55c884
View commit details
Copy full SHA for c55c884
View code at this point
Browse repository at this point
Add KMS client
allisaurus
committed
35a0384
View commit details
Copy full SHA for 35a0384
View code at this point
Browse repository at this point
Commits on Aug 21, 2018
Add force update flag
Show description for 6f73765
Hsing-Hui Hsu
committed
6f73765
View commit details
Copy full SHA for 6f73765
View code at this point
Browse repository at this point
Support task placement in RunTask
Hsing-Hui Hsu
committed
ff2b846
View commit details
Copy full SHA for ff2b846
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
Remove RunTaskWithOverrides from ECS Client
Hsing-Hui Hsu
committed
d8fc41c
View commit details
Copy full SHA for d8fc41c
View code at this point
Browse repository at this point
Commits on Aug 14, 2018
Regenerate SM mocks
Show description for a246189
Hsing-Hui Hsu
committed
a246189
View commit details
Copy full SHA for a246189
View code at this point
Browse repository at this point
Commits on Aug 8, 2018
Remove unused config from secretsManagerClient
allisaurus
committed
b01a69c
View commit details
Copy full SHA for b01a69c
View code at this point
Browse repository at this point
Add tests for secretsmanager client
allisaurus
committed
8875a8f
View commit details
Copy full SHA for 8875a8f
View code at this point
Browse repository at this point
Generate secretsmanager mocks
allisaurus
committed
ba268e3
View commit details
Copy full SHA for ba268e3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.