Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCP-BILLING-1 uses deprecated aws-portal actions #60

Open
BenjaminMorrisInvicro opened this issue Nov 28, 2023 · 0 comments
Open

SCP-BILLING-1 uses deprecated aws-portal actions #60

BenjaminMorrisInvicro opened this issue Nov 28, 2023 · 0 comments

Comments

@BenjaminMorrisInvicro
Copy link

BenjaminMorrisInvicro commented Nov 28, 2023

Describe the bug

SCP-BILLING-1 uses deprecated aws-portal actions like aws-portal:ModifyBilling . This needs to be changed to the fine-grained controls post-migration. These are the new actions that are encompassed by the current SCP (there are a lot, so it may make more sense to just select the most critical ones):

[
          "account:CloseAccount",
          "account:DeleteAlternateContact",
          "account:GetAccountInformation",
          "account:PutAlternateContact",
          "account:PutChallengeQuestions",
          "account:PutContactInformation",
          "billing:PutContractInformation",
          "billing:RedeemCredits",
          "billing:UpdateBillingPreferences",
          "billing:UpdateIAMAccessPreference",
          "ce:CreateAnomalyMonitor",
          "ce:CreateAnomalySubscription",
          "ce:CreateNotificationSubscription",
          "ce:CreateReport",
          "ce:DeleteAnomalyMonitor",
          "ce:DeleteAnomalySubscription",
          "ce:DeleteNotificationSubscription",
          "ce:DeleteReport",
          "ce:ProvideAnomalyFeedback",
          "ce:StartSavingsPlansPurchaseRecommendationGeneration",
          "ce:UpdateAnomalyMonitor",
          "ce:UpdateAnomalySubscription",
          "ce:UpdateCostAllocationTagsStatus",
          "ce:UpdateNotificationSubscription",
          "ce:UpdatePreferences",
          "cur:PutClassicReportPreferences",
          "freetier:PutFreeTierAlertPreference",
          "invoicing:PutInvoiceEmailDeliveryPreferences",
          "payments:CreatePaymentInstrument",
          "payments:DeletePaymentInstrument",
          "payments:MakePayment",
          "payments:UpdatePaymentPreferences",
          "tax:BatchPutTaxRegistration",
          "tax:DeleteTaxRegistration",
          "tax:PutTaxInheritance"
        ]

Expected behavior

Use supported version of actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant