How to Create AWS Account Free | Create a Free AWS Account

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • How To Create AWS Free Tier Account video
    Free Tier Services
    Creating your Free Tier Account
    You create and manage your AWS resources in an AWS account, and the AWS account provides administrative capabilities for access and billing.
    AWS Support Plans:-
    Basic: The Basic plan is free of charge.
    Developer: Recommended if you are experimenting or testing in AWS.
    Business: Minimum recommended tier if you have production workloads in AWS
    Enterprise: Recommended if you have business and/or mission-critical workloads in AWS.

ความคิดเห็น • 4

  • @ayeshabanewale569
    @ayeshabanewale569 ปีที่แล้ว

    Hi please tell me, how to trigger step function on lambda

    • @TechnoDevs
      @TechnoDevs  ปีที่แล้ว

      you can try this
      stepfn_client = boto3.client('stepfunctions')
      # Start a new execution of the state machine
      response = stepfn_client.start_execution(
      stateMachineArn='arn:aws:states:us-east-1:12345:stateMachine:MyStateMachine',
      input=json.dumps(input_data)
      )

  • @MumtazKhan-nv9uj
    @MumtazKhan-nv9uj ปีที่แล้ว

    Hi Mate, 2 days back I created AWS account & my newly created Cluster is up & running from last 2 days. I know its free for initial 2 months but still I thought whether it's gonna charge me money for keeping it up & running or its OK to be keep it running for 2 months ?

    • @TechnoDevs
      @TechnoDevs  ปีที่แล้ว

      please don't leave your cluster running. after work you can pause the cluster or you can terminate it. because Aws charge very high amount for cluster. don't take risk .and regularly check your billing/payment amount in AWS.