Commit a8af101
🧹 Refine SageMaker resource types: typed SG, instance group resource, cleanup
- Replace securityGroupIdForDomainBoundary string with typed
securityGroupForDomainBoundary() aws.ec2.securitygroup on domain
- Create aws.sagemaker.clusterInstanceGroup resource with name, instanceType,
status, currentCount, targetCount, threadsPerCore, iamRole, lifecycleConfig
- Replace cluster instanceGroups() []dict with []aws.sagemaker.clusterInstanceGroup
- Remove deprecated vpcConfig() dict from cluster (vpc() reference is sufficient)
- Rename clusterNode launchTime → launchedAt for naming consistency
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1edac1d commit a8af101
File tree
4 files changed
+338
-74
lines changed- providers/aws/resources
4 files changed
+338
-74
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1903 | 1903 | | |
1904 | 1904 | | |
1905 | 1905 | | |
1906 | | - | |
1907 | | - | |
| 1906 | + | |
| 1907 | + | |
1908 | 1908 | | |
1909 | 1909 | | |
1910 | 1910 | | |
| |||
1972 | 1972 | | |
1973 | 1973 | | |
1974 | 1974 | | |
1975 | | - | |
| 1975 | + | |
1976 | 1976 | | |
1977 | 1977 | | |
1978 | | - | |
1979 | | - | |
1980 | 1978 | | |
1981 | 1979 | | |
1982 | 1980 | | |
| |||
1989 | 1987 | | |
1990 | 1988 | | |
1991 | 1989 | | |
| 1990 | + | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
1992 | 2012 | | |
1993 | 2013 | | |
1994 | 2014 | | |
| |||
2002 | 2022 | | |
2003 | 2023 | | |
2004 | 2024 | | |
2005 | | - | |
| 2025 | + | |
2006 | 2026 | | |
2007 | 2027 | | |
2008 | 2028 | | |
| |||
0 commit comments