5 lines
484 B
Bash
Executable File
5 lines
484 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
awslocal s3 mb s3://firehose
|
|
awslocal firehose create-delivery-stream --delivery-stream-name test --delivery-stream-type DirectPut --extended-s3-destination-configuration "RoleARN=arn:aws:iam::000000000000:role/firehose_delivery_role,BucketARN=arn:aws:s3:::firehose,Prefix=accounts,BufferingHints={SizeInMBs=1,IntervalInSeconds=60},CompressionFormat=UNCOMPRESSED,EncryptionConfiguration={NoEncryptionConfig=NoEncryption},CloudWatchLoggingOptions={Enabled=false}"
|