-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASENOTES.TXT
63 lines (55 loc) · 2.57 KB
/
RELEASENOTES.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Auto Scaling Command Line Tools
===============================
Auto Scaling CLI version 1.0.61.2 (API 2011-01-01)
===================================================
* Termination policies support added (as-describe-termination-policy-types).
* Spot Instances support added. as-create-launch-config takes
additional parameter "--spot-price" to launch spot instances.
* IAM Instance Profile support added. as-create-launch-config takes
additional parameter "--iam-instance-profile"
* MinAdjustmentStep functionality added to as-put-scaling-policy
* Tags Support added (as-create-or-update-tags, as-describe-tags,
as-delete-tags)
* SNS Notification Support added (as-put-notification-configuration,
as-describe-notification-configurations,
as-describe-auto-scaling-notification-types,
as-delete-notification-configuration).
* --force-delete functionality added to as-delete-auto-scaling-group
* AddToLoadBalancer process added to
as-suspend-processes/as-resume-processes
* Recurrence support added to as-put-scheduled-update-group-action
* VPC security group id can be specified as part of
as-create-launch-config's --group parameter
* Removed trigger related APIs
* Support optional requirement for specifying Availability Zones for Auto Scaling group when subnets are specified
* Support for EBS-optimized Instances
Auto Scaling CLI version 1.0.33.1 (API 2010-08-01)
===================================================
* as-describe-scaling-activities output simplified
* as-create-launch-config allows 16k user data file
Auto Scaling CLI version 1.0.4.4 (API 2009-05-15)
===================================================
* as-terminate-instance-in-auto-scaling-group bug for SOAP access
has been fixed
* Other minor bug fixes
* Better documentation
Auto Scaling CLI version 1.0-1 (API 2009-05-15)
==================================================
Config changes
--------------
* Environment var AUTO_SCALING_HOME has been renamed to
AWS_AUTO_SCALING_HOME
* Environment var AUTO_SCALING_URL has been renamed to
AWS_AUTO_SCALING_URL
Command changes
---------------
* bin/as has been removed.
* bin/service has been renamed bin/as-cmd.
* All commands now have default 555 permissions.
* For all command line options which accept a list of args, args
must now be separated by ",".
* --accesskeyid has been renamed to --access-key-id
* --secretkey has been renamed to --secret-key
* All short options for optional arguments have been removed
Auto Scaling CLI version 1.0 (API 2009-05-15)
=================================================