Commit 4162903
authored
[Take 2] Update Terrafile to version used by Meta fleet (#353)
Includes a bunch of reliability fixes from:
* pytorch/test-infra#6934
* pytorch/test-infra#6885
* pytorch/test-infra#6933
* pytorch/test-infra#6932
Previously had to revert these changes to mitigate
pytorch/pytorch#159290. It turns out the
expiration policy added by
pytorch/test-infra#6885 required a setting to be
set on AWS to allow advanced SSM parameters (see
[docs](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#ps-default-tier)).
That setting had been set on the Meta AWS account but not on the LF
account, causing the outage. It's now been set on the LF account, so
this should be safe to redeploy.
As a follow up task, when creating the ssm parameter we should
explicitly specify the tier that it should have1 parent e8e331a commit 4162903
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments