As others said, there is not much point in evaluating a single model according to the absolute value of its AIC.
The point is to compare the AIC values of different models and the model which has lower AIC value than the other is better than the other in the sense that it is less complex but still a good fit for the data.
In no way I mean that ONLY less complex model = lower AIC. I am saying "less complex but still a good fit for the data". Obviously, a more complex problem may be preferable if your model is underfitting so obviously it is not necessary that a less complex model is better or has a lower AIC but in general a less complex problem which is not underfitting is better than a more complex one.