Facing high cost of Dynamodb [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
We are using AWS dynamodb as database server and java application interacts with
this. As Mentioned over aws server pricing is too low for Free Tier account:
https://aws.amazon.com/dynamodb/pricing/.
But we are getting bill in thousands of dollar.
Is anything is missing or we need to change some configuration over aws?

For AWS Billing issue, you can contact AWS Support team.
You can reach out here https://console.aws.amazon.com/support for creating a case.
Choose Regarding as Account and Billing Support, service as Billing, category as Charge Inquiry.
They will display some list of related questions below category which will be useful for you. After creating a case, AWS Support team will reach out through Phone or Web within 24 hours.
If you are facing technical issues regarding your use case, select as Technical support to reach out for help.

Related

How can I run a pure java server on AWS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have registered to the free AWS plan, and I wish to run a pure java server code I have written on this machine, so I will be able to take this server's IP and use it to connect with my client.
After some searching in AWS I have found many products and features, but I still don't understand how to perform this simple task.
Create a new EC2 Instance SSH into it, install java and prerequisites.
Ensure -
Your Security Group is opened for port 22 for external internet - 0.0.0.0/0 ( or at least your IP )
Use t2.micro instance size - only that is covered under the free tier
Remember to save / store your keypair safely
Check the below links
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance_linux.html
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-connect-to-instance-linux.html
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-add-volume-to-instance.html
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-clean-up-your-instance.html

Amazon ec2 for hosting java RESTful service with MongoDB as datastore [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to host Java RESTful web service which operates over MongoDB. I am thinking of hosting it in Amazon EC2. Please suggest me what configuration I should use. Here is my systems abstract
It is a set of java RESTful api which will be consumed by a mobile
application say XXX (in all platforms).
XXX is a kind of social networking app focused on user's movie
preference. A user can search a movie, view its profile write review,
like,comment others reviews, follow users,etc,.
I have all movie related information, user profile information and
reviews stored in MongoDB. Now with only 100 test users and 1L
movie's information my db size is 0.5 GB.
I must be capable of supporting large number of requests with low
latency.
I understand that I can increase RAM & local storage whenever I want. But can I run mongoDB within the same EC2 instance? Want guidance on deciding combinations such as EBS , AWS Elastic Beanstalk , etc. Please help me with choosing the right configuration.(I would also like to know other better options for hosting my webservice)

Can I get cheap JSP/ JSF hosting in shared hosting plans? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to use JSF with Facelets/JSP in my website. Can I get Java hosting in cheap shared hosting plans ?
Not sure if you are asking about shared hosting because you actually want shared hosting or because of the expense typically associated with a VPS. If you are looking for a good, inexpensive VPS, check out Quality Servers. I opened an account with them about a month ago and couldn't be happier. Their prices are dirt cheap and you have full control over your server. I got to them via this link: http://www.lowendbox.com/blog/qualityservers-4-600mb-openvz-vps-in-us-or-uk/, which from what I can tell will get you a cheaper price than shopping from the main page of the site.

ACH Credit via Java API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have ACH Java API solution made with Authorize.NET via their eCheck.NET service. BUT they provide only ACH Debits. From customer to my company. No Credits, from me, sending money to the customer.
I was trying to find decent ACH processor but had no luck so far. All of them have very poor Java API docs or completely missing.
I already have paypal solution and amazon fps solution so there is not need to suggest thous.
I tried to talk to somebody at Wells Fargo about their ACH online services but without any luck. They just keep pushing me to the all knowledgeable "Banker".
I know this is not the best place to ask this, so if you know about better place please let me know.
Please simple link to good Java API for ACH Credit doc and I will be happy!
A previous question titled API For Direct Deposit (ACH, EFT, Whatever) has a link over to paymentsgateway's API (pdf). The API they have seems to be very message based, and so the Java Example (zip) they give is really more about setting up a secure https connection to transmit the message. The API docs seem to indicate that they support credits.
Disclaimer: I've not used this API or payment gateway, but I thought I'd try to get the ball rolling...

what is the best hosting for java web application? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
what is the best hosting for java web application?
Amazon Ec2 - is to expensive (about 60$ per small instance a month)
Google Application - is not flexible in persistence and not fully support JDK
"best" for what purpose? The point of Amazon EC2 is that you can scale up easily and only pay for what you use.
If scaling is not an issue to you (i.e. you don't have many concurrent users and don't expect this to change quickly), then the best option is probably a virtual root server (offered by pretty much any general hosting provider these days). It offers maximal flexibility for a low price, but with limited performance, and it requires you to handle administration yourself.
javaservlethosting.com is pretty cheap if you work with tomcat and don't use hibernate. I switched over to cloud on softlayer.com after I got the info that I can't use hibernate. They have some pretty good deals but everything is over $60.

Categories

Resources