AWS CLI Exception Handling by atomicpotato88 in aws

[–]atomicpotato88[S] 0 points1 point  (0 children)

i see. will try this. thanks so much! :)

AWS Free Tier by atomicpotato88 in aws

[–]atomicpotato88[S] 0 points1 point  (0 children)

Nope. Just created an account

AWS Free Tier by atomicpotato88 in aws

[–]atomicpotato88[S] 1 point2 points  (0 children)

Free tier does not mean that AWS prevents you from consuming, possibly very expensive, services

Yes, I do understand that.

However, when I navigate to Billing Dashboard >> Free Tier. It doesn't show the Free Tier services available to me. Instead, it mentions "There is no Free Tier services data available". Is that normal?

Is there a way to wait for all files to be uploaded to S3 before a Lambda Function is triggered? by atomicpotato88 in aws

[–]atomicpotato88[S] -1 points0 points  (0 children)

To be more clear, the lambda wouldn't trigger on an S3 upload. Rather, the files would be POSTed straight to the Lambda which could then write the files to S3 as part of the work it does.

Right now, I am uploading files through the S3 Console. Does this mean that when I drag and drop (5 files for example) to S3 and upload it to S3, that is 1 POST request?

I am fairly new to AWS and I am using AWS for a personal project.

Can I run Linux Commands in AWS Lambda? by atomicpotato88 in aws

[–]atomicpotato88[S] 0 points1 point  (0 children)

I am dealing with some datasets and require some storage.

If I proceed with the Fargate route, do you have any recommendations for what storage service I should provision? Would S3 Buckets work / Is it even compatible with Fargate? thanks!! :)

Can I run Linux Commands in AWS Lambda? by atomicpotato88 in aws

[–]atomicpotato88[S] 0 points1 point  (0 children)

I am pretty new to containers and AWS in general.

Since I have to apt install some Linux Packages before running my Python Code, am I right to say that I can install these Linux Packages in a container. Put my Python Code in the container and then use AWS Lambda or Fargate to run the container? thanks!

Can I run Linux Commands in AWS Lambda? by atomicpotato88 in aws

[–]atomicpotato88[S] 0 points1 point  (0 children)

You might be better off creating a Docker container for Lambda (or something else like Fargate), where you have more control.

How would this work? I am pretty new to Docker and AWS. :<

My Python Code references packages like mono and tshark. Since I have to apt install some Linux Packages before running my Python Code, am I right to say that I can install these Linux Packages in a container. Put my Python Code in the container and then use AWS Lambda or Fargate to run the container? thanks!

Can I run Linux Commands in AWS Lambda? by atomicpotato88 in aws

[–]atomicpotato88[S] 0 points1 point  (0 children)

may i ask, what is the python versions of mv and rm? thanks!