Skip to content

Commit 98aae30

Browse files
committed
Update README.md
1 parent d401766 commit 98aae30

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dotnetv3/EC2/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ Code excerpts that show you how to call individual service functions.
5858
- [DescribeSubnets](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L422)
5959
- [DescribeVpcs](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L386)
6060
- [DisassociateAddress](Actions/EC2Wrapper.cs#L714)
61-
- [RebootInstances](Actions/EC2Wrapper.cs#L761)
62-
- [ReleaseAddress](Actions/EC2Wrapper.cs#L802)
61+
- [RebootInstances](Actions/EC2Wrapper.cs#L747)
62+
- [ReleaseAddress](Actions/EC2Wrapper.cs#L788)
6363
- [ReplaceIamInstanceProfileAssociation](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L611)
64-
- [RunInstances](Actions/EC2Wrapper.cs#L837)
65-
- [StartInstances](Actions/EC2Wrapper.cs#L890)
66-
- [StopInstances](Actions/EC2Wrapper.cs#L930)
67-
- [TerminateInstances](Actions/EC2Wrapper.cs#L971)
64+
- [RunInstances](Actions/EC2Wrapper.cs#L823)
65+
- [StartInstances](Actions/EC2Wrapper.cs#L876)
66+
- [StopInstances](Actions/EC2Wrapper.cs#L916)
67+
- [TerminateInstances](Actions/EC2Wrapper.cs#L957)
6868

6969
### Scenarios
7070

0 commit comments

Comments
 (0)