How can I find out my cost per user onboarding?

0

We are going to run some ads and I need to find out what our AWS onboarding/user cost is.

  • Can you clarify your question? What service are you planning to onboard users to?

SamOC
질문됨 8달 전170회 조회
2개 답변
1

Hi, You might consider to add tag to see the cost per user. https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html

Thanks.

AWS
답변함 8달 전
0

Tagging could be one option, however I feel like you might need more than that. It really depends which AWS services you are going to use. Tagging can only help to an extent where you'd need to group multiple AWS resources (e.g. tag several EC2 instances, RDS databases, ELB load balancers, or S3 buckets with the Tag key "application" and Tag value "%name%"); therefore, you'd be able to use them for example in Cost Explorer to view cost by application.

However, I assume that you might have multiple users signing up / using your application, in which case you likely need to allocate this cost of your workload to (let's say) several hundreds sign ups or users. There's no easy AWS-native tool or solution that would do this out of the box, and you would need to combine multiple metrics to get this information. Tagging would help to an extent, but you effectively need to know resource utilization metrics (e.g. you could use CloudWatch for example, to get more granular resource metrics). As for the user data, because AWS doesn't look inside your application, this is something you'd have to check on your side... metrics like number of sign ups, number of users, etc... these would be something you'd have to monitor on your side.

profile pictureAWS
전문가
답변함 8달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠